webrequest/ts/webrequest.plugins.ts

6 lines
198 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';
2018-11-30 16:12:48 +00:00
2020-10-09 10:05:26 +00:00
export { smartdelay, smartenv, smartjson };