UNPKG

win32-api

Version:

FFI definitions of windows win32 api for node-ffi

9 lines 431 B
import type { FLib, LoadOptions } from 'win32-def'; import { DllNames } from '../../lib/types.js'; import { DefWinspool } from './api.def.js'; import { Winspool } from './api.types.js'; export { DefWinspool, Winspool, }; export declare const dllName = DllNames.winspool; export type LibWinspool = FLib<Winspool>; export declare const load: (fns?: LoadOptions["usedFuncNames"]) => FLib<Winspool>; //# sourceMappingURL=index.d.ts.map