UNPKG

@bearz/ansi

Version:

The ansi module provides color detection, writing ansi, codes, and an ansi writer.

7 lines (6 loc) 126 B
export declare class Lazy<T> { #private; constructor(fn: () => T); get hasValue(): boolean; get value(): T; }