type-fest
Advanced tools
Comparing version 0.5.0 to 0.5.1
{ | ||
"name": "type-fest", | ||
"version": "0.5.0", | ||
"version": "0.5.1", | ||
"description": "A collection of essential TypeScript types", | ||
@@ -40,2 +40,5 @@ "license": "(MIT OR CC0-1.0)", | ||
}, | ||
"peerDependencies": { | ||
"typescript": ">=3.2" | ||
}, | ||
"xo": { | ||
@@ -42,0 +45,0 @@ "extends": "xo-typescript", |
@@ -0,1 +1,3 @@ | ||
/// <reference lib="esnext"/> | ||
// TODO: This can just be `export type Primitive = not object` when the `not` keyword is out. | ||
@@ -2,0 +4,0 @@ /** |
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
26914
660
1