| 13 | import pushable, {Pushable} from "it-pushable"; |
| 14 | |
| 15 | export interface ILevelDBOptions { |
| 16 | db?: LevelUp; |
| 17 | location: string; |
| 18 | } |
| 19 | |
| 20 | /** |
| 21 | * The LevelDB implementation of DB |
nothing calls this directly
no outgoing calls
no test coverage detected