fs-nextra
Version:
Node.js fs next-gen extra (nextra) methods.
11 lines (10 loc) • 581 B
TypeScript
import { pipeline } from 'stream';
export declare const umask: number;
export declare const isWindows: boolean;
export declare const invalidWin32Path: (myPath: string) => boolean;
export declare const setTimeoutPromise: typeof setTimeout.__promisify__;
export declare const pipelinePromise: typeof pipeline.__promisify__;
export declare const replaceEsc: (str: string) => string;
export declare const isSrcKid: (source: string, destination: string) => boolean;
export declare const uuid: () => string;
export declare const tempFile: (ext?: string | undefined) => string;