smartacme/ts/smartacme.plugins.ts

12 lines
304 B
TypeScript
Raw Permalink Normal View History

2019-01-06 19:41:21 +00:00
// @pushrocks scope
import * as smartdelay from '@pushrocks/smartdelay';
2019-01-06 22:54:46 +00:00
import * as smartdns from '@pushrocks/smartdns';
import * as smartpromise from '@pushrocks/smartpromise';
2017-01-14 13:14:50 +00:00
2019-01-06 22:54:46 +00:00
export { smartdelay, smartdns, smartpromise };
2019-01-06 19:41:21 +00:00
// thirs party scope
import * as acme from 'acme-client';
export { acme };