UNPKG

ngx-deploy-npm

Version:

Publish your libraries to NPM with just one command

5 lines (4 loc) 250 B
import { readFile, writeFile } from 'fs'; export declare const readFileAsync: typeof readFile.__promisify__; export declare const writeFileAsync: typeof writeFile.__promisify__; export declare function fileExists(filePath: string): Promise<boolean>;