diff --git a/lib/chap.ts b/lib/chap.ts index 50af84f..0fcac5c 100644 --- a/lib/chap.ts +++ b/lib/chap.ts @@ -1,4 +1,4 @@ -/// +// import crypto = require("crypto"); module chap { @@ -409,4 +409,4 @@ module chap { } -export = chap; \ No newline at end of file +export = chap;