UNPKG

lightfold

Version:

lightweight scaffolding and archiving utility CLI.

9 lines (8 loc) 250 B
/** Symbol.observable addition */ declare global { interface SymbolConstructor { readonly observable: symbol; } } /** Symbol.observable or a string "@@observable". Used for interop */ export declare const observable: string | symbol;