UNPKG

zx

Version:

A tool for writing better scripts

13 lines (12 loc) 261 B
declare function wrap<T extends object>(name: string, api: T): T; /** * @internal * @private * @protected */ export declare const bus: { override: (key: string, value: any) => Map<string, any>; wrap: typeof wrap; lock: () => void; }; export {};