@ts-common/property-set
Advanced tools
Comparing version 1.1.0 to 1.1.1
@@ -0,0 +0,0 @@ export declare type MapFunc<T, R> = <K extends keyof T>(v: T[K], k: K) => R; |
@@ -0,0 +0,0 @@ "use strict"; |
{ | ||
"name": "@ts-common/property-set", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "A set of properties", | ||
@@ -39,6 +39,6 @@ "main": "dist/index.js", | ||
"devDependencies": { | ||
"@types/chai": "^4.2.13", | ||
"@types/mocha": "^5.2.6", | ||
"@types/chai": "^4.3.3", | ||
"@types/mocha": "^9.1.1", | ||
"chai": "^4.2.0", | ||
"mocha": "^6.0.2", | ||
"mocha": "^10.0.0", | ||
"nyc": "^15.0.0", | ||
@@ -45,0 +45,0 @@ "tslint": "^5.15.0", |
# property-set | ||
A set of properties |
@@ -0,0 +0,0 @@ export type MapFunc<T, R> = <K extends keyof T>(v: T[K], k: K) => R |
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
10686