10 lines
350 B
TypeScript
10 lines
350 B
TypeScript
import 'typings-global';
|
|
declare let rsaKeygen: any;
|
|
declare let rawacme: any;
|
|
declare let nodeForge: any;
|
|
import * as dnsly from 'dnsly';
|
|
import * as smartdelay from 'smartdelay';
|
|
import * as smartfile from 'smartfile';
|
|
import * as smartstring from 'smartstring';
|
|
export { dnsly, rsaKeygen, rawacme, nodeForge, smartdelay, smartfile, smartstring };
|