jsstore
Version:
Harness the power of JsStore to streamline database operations in your web applications. With its SQL-like API, JsStore simplifies IndexedDB interactions, enabling developers to easily query, filter, and manipulate data with familiar syntax and efficiency
19 lines (18 loc) • 572 B
TypeScript
export * from "./log_helper";
export * from "./get_data_type";
export * from "./is_null";
export * from "./get_error";
export * from "./is_array";
export * from "./is_object";
export * from "./get_object_first_key";
export * from "./get_keys";
export * from "./get_length";
export * from "./get_regex_from_like";
export * from "./remove_space";
export * from "./promise_reject";
export * from "./clone";
export * from "./compare";
export * from "./get_error_from_exception";
export * from "./set_cross_browser_idb";
export * from "./resolve";
export * from "./db_schema";