webstore/ts/webstore.plugins.ts

12 lines
170 B
TypeScript
Raw Normal View History

2020-09-19 14:58:06 +00:00
// pushrocks scope
import * as smartpromise from '@pushrocks/smartpromise';
export {
smartpromise
};
// thirdparty scope
2020-07-09 22:30:33 +00:00
import * as idb from 'idb';
2020-09-18 10:12:02 +00:00
export { idb };