abstract-constructable.ts (75B)
1 export type AbstractConstructable<T> = NewableFunction & { prototype: T };
query-engine.tsNon-parsing query-engine on top of key-value storage | |
| git clone git://git.finwo.net/lib/query-engine.ts | |
| Log | Files | Refs | README | LICENSE |
abstract-constructable.ts (75B)
1 export type AbstractConstructable<T> = NewableFunction & { prototype: T };