update to latest standards

This commit is contained in:
PhilKunz External
2017-04-28 07:49:57 +00:00
committed by Phil Kunz
parent 8be85e1b35
commit 03614fe2ef
19 changed files with 378 additions and 211 deletions

View File

@@ -1,10 +1,12 @@
import 'typings-global'
import * as early from 'early'
import * as leakage from 'leakage'
import * as smartdelay from 'smartdelay'
import * as smartq from 'smartq'
export {
early,
smartdelay,
smartq,
leakage
}