NeahNew/node_modules/@electron/fuses/dist/index.d.ts
2025-05-06 22:43:27 +02:00

6 lines
308 B
TypeScript

import { FuseConfig } from './config';
import { FuseState } from './constants';
export * from './config';
export declare const getCurrentFuseWire: (pathToElectron: string) => Promise<FuseConfig<FuseState>>;
export declare const flipFuses: (pathToElectron: string, fuseConfig: FuseConfig) => Promise<number>;