@push.rocks/webrequest
Version:
A module for making secure web requests from browsers with support for caching and fault tolerance.
8 lines (6 loc) • 333 B
text/typescript
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';
export { smartdelay, smartenv, smartjson, smartpromise, webstore };