webrequest/ts/webrequest.plugins.ts

7 lines
269 B
TypeScript
Raw Normal View History

2018-11-30 16:12:48 +00:00
import * as smartdelay from '@pushrocks/smartdelay';
2020-06-25 23:34:59 +00:00
import * as smartenv from '@pushrocks/smartenv';
2020-10-09 10:05:26 +00:00
import * as smartjson from '@pushrocks/smartjson';
2022-03-16 15:23:32 +00:00
import * as smartpromise from '@pushrocks/smartpromise';
2018-11-30 16:12:48 +00:00
2022-03-16 15:23:32 +00:00
export { smartdelay, smartenv, smartjson, smartpromise };