enonic-wizardry
Advanced tools
Comparing version 0.1.8 to 0.1.9
@@ -6,3 +6,3 @@ import { IOEither } from 'fp-ts/lib/IOEither'; | ||
export declare function getUuidFromPath(path: string): Option<string>; | ||
export declare function forceArray<A>(data: A | Array<A>): Array<A>; | ||
export declare function forceArray<A>(data?: A | Array<A>): Array<A>; | ||
export declare function uuidv4(): string; |
{ | ||
"name": "enonic-wizardry", | ||
"version": "0.1.8", | ||
"version": "0.1.9", | ||
"description": "Functional utility library for Enonic XP", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
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
28916