UNPKG

189 BTypeScriptView Raw
1import { fileExists } from './file-exists';
2declare const _default: {
3 writeSync(filepath: string, content: string): void;
4 fileExists: typeof fileExists;
5};
6export default _default;