type-fest
Advanced tools
Comparing version 0.15.0 to 0.15.1
{ | ||
"name": "type-fest", | ||
"version": "0.15.0", | ||
"version": "0.15.1", | ||
"description": "A collection of essential TypeScript types", | ||
@@ -5,0 +5,0 @@ "license": "(MIT OR CC0-1.0)", |
@@ -1,2 +0,2 @@ | ||
import {LiteralUnion} from '..'; | ||
import {LiteralUnion} from './literal-union'; | ||
@@ -3,0 +3,0 @@ declare namespace PackageJson { |
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
91054