@blitzjs/file-pipeline
Version:
Display package for the Blitz CLI
11 lines (10 loc) • 368 B
TypeScript
/// <reference types="node" />
/**
* Returns a stage that prepares files coming into the stream
* with correct event information as well as hash information
* This is used by the work optimizer and elsewhere to manage the
* way files are handled and optimized
*/
export declare function createEnrichFiles(): {
stream: import("stream").Transform;
};