update validation

This commit is contained in:
2017-01-22 21:50:04 +01:00
parent 2cd1794e7e
commit 5fa530456b
12 changed files with 117 additions and 56 deletions

View File

@ -7,6 +7,7 @@ let nodeForge = require('node-forge')
// push.rocks modules here
import * as dnsly from 'dnsly'
import * as smartdelay from 'smartdelay'
import * as smartfile from 'smartfile'
import * as smartstring from 'smartstring'
@ -15,6 +16,7 @@ export {
rsaKeygen,
rawacme,
nodeForge,
smartdelay,
smartfile,
smartstring
}