From efa99a1f08b7d52e9dc380892391bb65d559a6dd Mon Sep 17 00:00:00 2001 From: Matei Adriel Date: Sun, 20 Jan 2019 13:06:55 +0200 Subject: [PATCH] typescript(translucid): fixed express bug Signed-off-by: prescientmoon --- typescript/translucid/Translucid.js | 1 + 1 file changed, 1 insertion(+) diff --git a/typescript/translucid/Translucid.js b/typescript/translucid/Translucid.js index 0b61ea4..0e9279b 100644 --- a/typescript/translucid/Translucid.js +++ b/typescript/translucid/Translucid.js @@ -1,5 +1,6 @@ "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); +const express = require('express'); const read_1 = require("./read"); function containsAny(array, keys) { for (let i = 0; i < keys.length; i++) {