UNPKG

pe-library

Version:

Node.js library for Portable Executable format

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