react-klasha
Version:
This is an reactJS library for implementing klasha payment gateway
12 lines (11 loc) • 416 B
TypeScript
import '../_version.js';
/**
* Deletes the database.
* Note: this is exported separately from the DBWrapper module because most
* usages of IndexedDB in workbox dont need deleting, and this way it can be
* reused in tests to delete databases without creating DBWrapper instances.
*
* @param {string} name The database name.
* @private
*/
export declare const deleteDatabase: (name: string) => Promise<void>;