UNPKG

@stnekroman/tstools

Version:

Set of handy tools for TypeScript development

5 lines (4 loc) 183 B
import { Types } from '../Types'; export declare class SingletonGuardError extends Error { } export declare function SingletonGuard<C>(): (ctr: Types.Newable<C>) => Types.Newable<C>;