@waiting/shared-core
Advanced tools
Comparing version 23.18.0 to 23.18.1
@@ -1,5 +0,5 @@ | ||
export type FnCallParam = string | string[]; | ||
export type FnCallParams = FnCallParam[] | never[]; | ||
export type FnCallParam = string | string[] | readonly string[]; | ||
export type FnCallParams = FnCallParam[] | readonly FnCallParam[] | never[]; | ||
export type FnParamsExpand = string[][]; | ||
export declare function expandFFIParamArray(input: FnCallParams): FnParamsExpand; | ||
//# sourceMappingURL=ffi.d.ts.map |
{ | ||
"name": "@waiting/shared-core", | ||
"author": "waiting", | ||
"version": "23.18.0", | ||
"version": "23.18.1", | ||
"description": "node core function re export with Promise or Observable", | ||
@@ -80,3 +80,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "d924f37d896368b0c2caa2a592afbb9b7df0b806" | ||
"gitHead": "d1f63a2c5f11672b2151c983aa94fca9eef4c1f0" | ||
} |
export type FnCallParam = string | string[] | ||
export type FnCallParams = FnCallParam[] | never[] | ||
export type FnCallParam = string | string[] | readonly string[] | ||
export type FnCallParams = FnCallParam[] | readonly FnCallParam[] | never[] | ||
export type FnParamsExpand = string[][] | ||
@@ -5,0 +5,0 @@ |
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
165071