UNPKG

nest-arango

Version:

ArangoDB driver module for NestJS with a built-in CLI tool for creating and running migration scripts

4 lines 126 B
export interface Constructable<T = any> { new (...args: any[]): T; } //# sourceMappingURL=constructable.interface.d.ts.map