UNPKG

json-db-manager

Version:

Optimized JSON: Simplifies and Enhances Data Reading, Writing, and Management.

4 lines (3 loc) 181 B
import { ObjectHost } from "./constants"; declare function hostDB(param: ObjectHost, dirFile: string, encoding: string, eventRead: any, eventRequest: any): void; export { hostDB };