UNPKG

guarder

Version:

Guarder provides simple validation logic to reduce clutter with inline guard statements

6 lines 177 B
/** * Type representing an instantiable object */ declare type Instantiable<T> = new (...args: any[]) => T; export { Instantiable }; //# sourceMappingURL=Instantiable.d.ts.map