type-plus
Advanced tools
Comparing version 1.1.2 to 1.2.0
@@ -0,1 +1,2 @@ | ||
export * from './filterKey'; | ||
export * from './findKey'; | ||
@@ -2,0 +3,0 @@ export * from './forEachKey'; |
@@ -6,2 +6,3 @@ "use strict"; | ||
exports.__esModule = true; | ||
__export(require("./filterKey")); | ||
__export(require("./findKey")); | ||
@@ -8,0 +9,0 @@ __export(require("./forEachKey")); |
{ | ||
"name": "type-plus", | ||
"description": "Provides additional types for `typescript`.", | ||
"version": "1.1.2", | ||
"version": "1.2.0", | ||
"homepage": "https://github.com/unional/type-plus", | ||
@@ -31,5 +31,5 @@ "bugs": { | ||
"devDependencies": { | ||
"@unional/devpkg-node": "^1.1.4", | ||
"@unional/devpkg-node": "^1.1.6", | ||
"assertron": "^6.0.0" | ||
} | ||
} |
@@ -0,1 +1,2 @@ | ||
export * from './filterKey'; | ||
export * from './findKey'; | ||
@@ -2,0 +3,0 @@ export * from './forEachKey'; |
Sorry, the diff of this file is not supported yet
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
22027
57
360