smartcache/ts/smartcache.plugins.ts

8 lines
323 B
TypeScript
Raw Normal View History

2018-07-12 19:32:20 +00:00
import * as smartdelay from '@pushrocks/smartdelay';
import * as smarterror from '@pushrocks/smarterror';
import * as smartpromise from '@pushrocks/smartpromise';
import * as smarttime from '@pushrocks/smarttime';
import * as nodehash from 'nodehash';
export { smarterror, smartdelay, smartpromise, smarttime, nodehash };