type-fest
Advanced tools
Comparing version 0.13.1 to 0.14.0
@@ -26,2 +26,3 @@ // Basic | ||
export {Stringified} from './source/stringified'; | ||
export {FixedLengthArray} from './source/fixed-length-array'; | ||
@@ -28,0 +29,0 @@ // Miscellaneous |
{ | ||
"name": "type-fest", | ||
"version": "0.13.1", | ||
"version": "0.14.0", | ||
"description": "A collection of essential TypeScript types", | ||
@@ -5,0 +5,0 @@ "license": "(MIT OR CC0-1.0)", |
@@ -15,3 +15,3 @@ <div align="center"> | ||
[![Build Status](https://travis-ci.com/sindresorhus/type-fest.svg?branch=master)](https://travis-ci.com/sindresorhus/type-fest) | ||
[![](https://img.shields.io/badge/unicorn-approved-ff69b4.svg)](https://www.youtube.com/watch?v=9auOCbH5Ns4) | ||
[![](https://img.shields.io/badge/unicorn-approved-ff69b4.svg)](https://giphy.com/gifs/illustration-rainbow-unicorn-26AHG5KGFxSkUWw1i) | ||
<!-- Commented out until they actually show anything | ||
@@ -86,2 +86,3 @@ [![npm dependents](https://badgen.net/npm/dependents/type-fest)](https://www.npmjs.com/package/type-fest?activeTab=dependents) [![npm downloads](https://badgen.net/npm/dt/type-fest)](https://www.npmjs.com/package/type-fest) | ||
- [`Stringified`](source/stringified.d.ts) - Create a type with the keys of the given type changed to `string` type. | ||
- [`FixedLengthArray`](source/fixed-length-array.d.ts) - Create a type that represents an array of the given type and length. | ||
@@ -88,0 +89,0 @@ ### Miscellaneous |
@@ -45,3 +45,3 @@ /** | ||
export type UnionToIntersection<Union> = ( | ||
// `extends any` is always going to be the case and is used to convert the | ||
// `extends unknown` is always going to be the case and is used to convert the | ||
// `Union` into a [distributive conditional | ||
@@ -48,0 +48,0 @@ // type](https://www.typescriptlang.org/docs/handbook/release-notes/typescript-2-8.html#distributive-conditional-types). |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
90193
29
1897
644