UNPKG

win32-def

Version:
14 lines 966 B
import { Def } from '../../lib/def.enum.js'; import type { FuncDefListInner } from '../../lib/ffi.types.js'; import type { FLib, IKoffiLib, LoadOptions, MultipleChoiceMapperList } from '../../lib/types.js'; import type { BindOptions } from './loader.types.js'; export declare const isArch64: boolean; export declare const defGroupNumber: Def[]; export declare const defGroupPointer: Def[]; export declare function loadIKoffiLib(libName: string): IKoffiLib; export declare function bindFLibExtMethods(libName: string, lib: IKoffiLib, inst: FLib): void; export declare function bindMethodsFromFuncDefList(options: BindOptions): void; export declare function parse_settings(options: LoadOptions): LoadOptions; export declare function createStructFromFuncDefList(input: FuncDefListInner): void; export declare function saveFnMultipleChoiceMapperList(lib: IKoffiLib, fnMultipleChoiceMapperList: MultipleChoiceMapperList): void; //# sourceMappingURL=loader.helper.d.ts.map