win32-def
Version:
win32 definitions for node-ffi
5 lines • 298 B
TypeScript
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