@stexcore/indexed-db
Version:
Manage the IndexedDB Web API, through a simple and easy interface.
17 lines (15 loc) • 575 B
text/typescript
/***************************************************************
Authors : Steven Aray - Sunday, December 12, 2024
Website : https://stexcore.com
Lib: indexed-db
Copyright 2024
***************************************************************/
// export indexed db
export * from "./indexed.db";
// export all types and interfaces
export * from "./types/field.type";
export * from "./types/field.type.value.type";
export * from "./types/search.options";
export * from "./types/struct.field";
export * from "./types/struct.table";
export * from "./types/table";