UNPKG

web-push-notifications

Version:
8 lines (7 loc) 274 B
import { type TMigrationType, type TSdkStoreName } from '../Storage.types'; /** * Check existed store, before create * @param name * @param storeCreator */ export declare function storeCreatorDecorator(name: TSdkStoreName, storeCreator: TMigrationType): TMigrationType;