UNPKG

unleash-server

Version:

Unleash is an enterprise ready feature flag service. It provides different strategies for handling feature flags.

3 lines 108 B
import type { Knex } from 'knex'; export type Db = Knex | Knex.Transaction; //# sourceMappingURL=db.d.ts.map