UNPKG

win32-def

Version:
5 lines 298 B
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