webrequest/ts/webrequest.plugins.ts

5 lines
136 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';
2018-11-30 16:12:48 +00:00
2020-06-25 23:34:59 +00:00
export { smartdelay, smartenv };