webrequest/ts/webrequest.plugins.ts

8 lines
333 B
TypeScript
Raw Normal View History

2023-07-27 11:59:21 +00:00
import * as smartdelay from '@push.rocks/smartdelay';
import * as smartenv from '@push.rocks/smartenv';
import * as smartjson from '@push.rocks/smartjson';
import * as smartpromise from '@push.rocks/smartpromise';
import * as webstore from '@push.rocks/webstore';
2018-11-30 16:12:48 +00:00
2022-05-29 18:22:42 +00:00
export { smartdelay, smartenv, smartjson, smartpromise, webstore };