UNPKG

dynamic-record

Version:

A bare minimum Javascript implementation of the Active Record pattern

5 lines (4 loc) 81 B
export interface DRConnection { type: string; interface: Promise<any>; }