webrequest/ts/webrequest.plugins.ts
2022-05-29 20:22:42 +02:00

8 lines
328 B
TypeScript

import * as smartdelay from '@pushrocks/smartdelay';
import * as smartenv from '@pushrocks/smartenv';
import * as smartjson from '@pushrocks/smartjson';
import * as smartpromise from '@pushrocks/smartpromise';
import * as webstore from '@pushrocks/webstore';
export { smartdelay, smartenv, smartjson, smartpromise, webstore };