UNPKG

@blitzjs/file-pipeline

Version:

Display package for the Blitz CLI

9 lines (8 loc) 318 B
/// <reference types="node" /> /** * Display is a stream that converts build status events and prepares them for the console. * A good way to think about this is as the root of the "view" component of the application. */ export declare function createDisplay(): { stream: import("stream").Transform; };