| 9 | import logger from '../utils/logger'; |
| 10 | |
| 11 | export class JSONDB<DocType extends JSONDocMeta> { |
| 12 | static DB_PATH: string = ""; |
| 13 | /** |
| 14 | * If there is too many docs in filesystem, we can use meta.json to store file metas for listing |
nothing calls this directly
no outgoing calls
no test coverage detected