UNPKG

@netlify/content-engine

Version:
5 lines 176 B
import { IDataStore } from "../types"; export declare function setupLmdbStore({ dbPath, }?: { dbPath?: string; }): IDataStore; //# sourceMappingURL=setup-datastore.d.ts.map