smartacme/ts/smartacme.plugins.ts

5 lines
148 B
TypeScript
Raw Normal View History

import * as smartpromise from '@pushrocks/smartpromise';
import * as smartdelay from '@pushrocks/smartdelay';
2017-01-14 13:14:50 +00:00
2018-08-12 18:58:59 +00:00
export { smartpromise, smartdelay };