@spellu/engine
Advanced tools
Comparing version 0.2.3 to 0.5.0
{ | ||
"name": "@spellu/engine", | ||
"version": "0.2.3", | ||
"version": "0.5.0", | ||
"license": "MIT", | ||
@@ -25,4 +25,3 @@ "description": "Spellu is a parser combinator engine.", | ||
"registry": "https://registry.npmjs.org/" | ||
}, | ||
"gitHead": "3948db0a104f8c2f0a248d112f0f5adb249d54f0" | ||
} | ||
} |
@@ -14,3 +14,3 @@ declare namespace spellu { | ||
function wrapInArray<T>(v: T | T[]): T[]; | ||
function flattenArray<T>(array: T[], level: number): T[]; | ||
function flattenArray(array: any[], level: number): any[]; | ||
} | ||
@@ -728,1 +728,2 @@ declare namespace spellu { | ||
export declare const $: typeof spellu.P; | ||
//# sourceMappingURL=spellu-engine.d.ts.map |
Sorry, the diff of this file is not supported yet
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
290165
6
2616