UNPKG

@dfinity/pic

Version:

An Internet Computer Protocol canister testing library for TypeScript and JavaScript.

5 lines (4 loc) 280 B
export declare function exists(filePath: string): Promise<boolean>; export declare function tmpFile(filePath: string): string; export declare function readFileAsBytes(filePath: string): Promise<Buffer>; export declare function readFileAsString(filePath: string): Promise<string>;