query-engine.ts

Non-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 };