mirror of
https://gitee.com/myxzgzs/boyue_jnpf.git
synced 2025-08-13 01:32:42 +08:00
6 lines
308 B
TypeScript
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>;
|