UNPKG

smartshopping-sdk

Version:

Coupon autoapply SDK

6 lines (5 loc) 309 B
declare const localstoreSet: (items: Object) => Promise<any>; declare const localstoreGet: (keys: Array<string>) => Promise<any>; declare const tabsGet: (tabId: number) => Promise<any>; declare function getValidTabId(res: any, rej: any): void; export { localstoreGet, localstoreSet, tabsGet, getValidTabId };