UNPKG

@blitzjs/file-pipeline

Version:

Display package for the Blitz CLI

8 lines (7 loc) 286 B
/// <reference types="node" /> import { rimraf } from "../rimraf-promise"; /** * Deletes a file in the stream from the filesystem * @param folder The destination folder */ export declare function unlink(folder: string, unlinkFile?: typeof rimraf): import("stream").Transform;