Comparing version 1.0.0 to 1.0.2
@@ -1,5 +0,2 @@ | ||
interface IPathObj { | ||
[key: string]: string | IPathObj; | ||
} | ||
declare function jetPaths(pathObj: IPathObj, baseKey?: string): IPathObj; | ||
declare function jetPaths<T>(pathObj: T, baseKey?: string): T; | ||
export default jetPaths; |
{ | ||
"name": "jet-paths", | ||
"version": "1.0.0", | ||
"version": "1.0.2", | ||
"description": "Preprend strings in an object with the value from a base-key.", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.js", |
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
5530
22