smartacme/ts/smartacme.plugins.ts

11 lines
245 B
TypeScript
Raw Normal View History

2019-01-06 19:41:21 +00:00
// @pushrocks scope
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 };
2019-01-06 19:41:21 +00:00
// thirs party scope
import * as acme from 'acme-client';
export { acme };