1
Fork 0

typescript(translucid): fixed express bug

Signed-off-by: prescientmoon <git@moonythm.dev>
This commit is contained in:
Matei Adriel 2019-01-20 13:06:55 +02:00 committed by prescientmoon
parent 908a69c985
commit efa99a1f08
Signed by: prescientmoon
SSH key fingerprint: SHA256:UUF9JT2s8Xfyv76b8ZuVL7XrmimH4o49p4b+iexbVH4

View file

@ -1,5 +1,6 @@
"use strict"; "use strict";
Object.defineProperty(exports, "__esModule", { value: true }); Object.defineProperty(exports, "__esModule", { value: true });
const express = require('express');
const read_1 = require("./read"); const read_1 = require("./read");
function containsAny(array, keys) { function containsAny(array, keys) {
for (let i = 0; i < keys.length; i++) { for (let i = 0; i < keys.length; i++) {