UNPKG

near-sandbox

Version:

CLI tool for testing NEAR smart contracts

5 lines (4 loc) 246 B
export declare function fileExists(s: string): Promise<boolean>; export declare function searchPath(filename: string): Promise<string | undefined>; export declare const inherit: "inherit"; export declare function rm(path: string): Promise<void>;