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