UNPKG

win32-def

Version:
7 lines 249 B
import type { LoadOptions } from './types.js'; export declare const config: Config; export interface Config { _WIN64: boolean; } export declare const loadOptionsDefault: Omit<LoadOptions, 'dll' | 'dllFuncs'>; //# sourceMappingURL=config.d.ts.map