UNPKG

w3-store

Version:
11 lines 396 B
export function create({ db, cars }?: { db?: MetadataStore | undefined; cars?: FileStore | undefined; } | undefined): API.Accounting.Provider; export type FileStore = { has(path: string): API.Await<boolean>; }; export type CARSet = Map<string, API.Accounting.Link | null>; export type MetadataStore = MetadataStore; import * as API from "../type.js"; //# sourceMappingURL=lib.d.ts.map