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

4 lines
116 B
TypeScript

import type * as PE from './dist/index.js';
export type { PE };
export declare function load(): Promise<typeof PE>;