securityos/node_modules/pe-library/cjs.d.ts

4 lines
116 B
TypeScript
Raw Normal View History

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