UNPKG

@omlet/cli

Version:

Omlet (https://omlet.dev) is a component analytics tool that uses a CLI to scan your codebase to detect components and their usage. Get real usage insights from customizable charts to measure adoption across all projects and identify opportunities to impr

6 lines (5 loc) 217 B
import { JsonStreamStringify } from "json-stream-stringify"; export declare function toJsonStringStream(data: unknown, { spaces, bufferSize }?: { spaces?: number; bufferSize?: number; }): JsonStreamStringify;