type-fest
Advanced tools
Comparing version 0.17.0 to 0.18.0
@@ -30,2 +30,4 @@ // Basic | ||
export {Entries} from './source/entries'; | ||
export {SetReturnType} from './source/set-return-type'; | ||
export {Asyncify} from './source/asyncify'; | ||
@@ -32,0 +34,0 @@ // Miscellaneous |
{ | ||
"name": "type-fest", | ||
"version": "0.17.0", | ||
"version": "0.18.0", | ||
"description": "A collection of essential TypeScript types", | ||
@@ -35,3 +35,3 @@ "license": "(MIT OR CC0-1.0)", | ||
"devDependencies": { | ||
"tsd": "^0.11.0", | ||
"tsd": "^0.13.1", | ||
"xo": "^0.28.2" | ||
@@ -38,0 +38,0 @@ }, |
@@ -89,2 +89,4 @@ <div align="center"> | ||
- [`Entries`](source/entries.d.ts) - Create a type that represents the type of the entries of a collection. | ||
- [`SetReturnType`](source/set-return-type.d.ts) - Create a function type with a return type of your choice and the same parameters as the given function type. | ||
- [`Asyncify`](source/asyncify.d.ts) - Create an async version of the given function type. | ||
@@ -91,0 +93,0 @@ ### Miscellaneous |
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
101934
34
2120
649