Files
smartcache/ts/smartcache.plugins.ts

8 lines
342 B
TypeScript
Raw Normal View History

import * as smartdelay from '@push.rocks/smartdelay';
import * as smarterror from '@push.rocks/smarterror';
import * as smartpromise from '@push.rocks/smartpromise';
import * as smarttime from '@push.rocks/smarttime';
import * as smarthash from '@push.rocks/smarthash';
2018-07-12 21:32:20 +02:00
2018-09-08 01:11:25 +02:00
export { smarterror, smartdelay, smartpromise, smarttime, smarthash };