From 97f11e91e563c0d4a2974dee088dbc43e9e678db Mon Sep 17 00:00:00 2001 From: Rodrigo Adachi Date: Sun, 23 Apr 2023 16:05:04 -0300 Subject: [PATCH] Removing excess slashes in comment 3 slashes are causing a compilation error --- lib/chap.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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;