smartacme/dist/smartacme.plugins.d.ts

10 lines
350 B
TypeScript
Raw Normal View History

2017-01-14 17:36:33 +00:00
import 'typings-global';
declare let rsaKeygen: any;
declare let rawacme: any;
declare let nodeForge: any;
2017-01-15 21:30:33 +00:00
import * as dnsly from 'dnsly';
2017-01-22 20:50:04 +00:00
import * as smartdelay from 'smartdelay';
2017-01-14 17:36:33 +00:00
import * as smartfile from 'smartfile';
import * as smartstring from 'smartstring';
2017-01-22 20:50:04 +00:00
export { dnsly, rsaKeygen, rawacme, nodeForge, smartdelay, smartfile, smartstring };