UNPKG

@blitzjs/file-pipeline

Version:

Display package for the Blitz CLI

11 lines (10 loc) 346 B
export declare type Event<T> = { type: string; payload: T; }; export declare const IDLE = "IDLE"; export declare const INIT = "INIT"; export declare const FILE_WRITTEN = "FILE_WRITTEN"; export declare const FILE_DELETED = "FILE_DELETED"; export declare const ERROR_THROWN = "ERROR_THROWN"; export declare const READY = "READY";