Comparing version 0.4.1 to 0.4.2
{ | ||
"name": "onno", | ||
"license": "MIT", | ||
"version": "0.4.1", | ||
"version": "0.4.2", | ||
"homepage": "https://onnojs.com", | ||
@@ -33,3 +33,3 @@ "description": "Responsive style props for building themed design systems", | ||
}, | ||
"gitHead": "c1c97a224a30ea71b2d6ae8a78a05d68ebf41c3a" | ||
"gitHead": "5149ddd82db11874dacd0a3ae3f9448b6f5a3c89" | ||
} |
@@ -23,5 +23,2 @@ import { Func, Pred, NestedArray } from "./types" | ||
export declare function resolve(paths?: any[], lookup?: any): any | ||
export declare function merge<T extends {}>( | ||
array: NestedArray<T>, | ||
initial?: T | ||
): T | ||
export declare function merge<T>(array: NestedArray<T>, initial?: T): T |
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
118037
4049