securityos/node_modules/resedit/cjs.d.ts

4 lines
131 B
TypeScript
Raw Normal View History

2024-09-06 15:32:35 +00:00
import type * as ResEdit from './dist/index.js';
export type { ResEdit };
export declare function load(): Promise<typeof ResEdit>;