| 14 | const log = Debug('tinypg') |
| 15 | |
| 16 | interface TinyQuery extends Pg.Query { |
| 17 | callback?(err: Error, result: any): void |
| 18 | } |
| 19 | |
| 20 | export class TinyPg { |
| 21 | public events: T.TinyPgEvents |
nothing calls this directly
no outgoing calls
no test coverage detected