UNPKG

@foblex/core

Version:

A core library providing a set of utilities and interfaces for various projects.

3 lines (2 loc) 154 B
export declare type Constructor<T> = new (...args: any[]) => T; export declare type AbstractConstructor<T = object> = abstract new (...args: any[]) => T;