From a29a526c915dbf7d74b7e02a9806afbeea4f7f28 Mon Sep 17 00:00:00 2001 From: Olga Isakova Date: Sun, 10 Mar 2019 22:33:20 +0300 Subject: [PATCH] TS version back to 2.3 I tested with 3.3 and thought the comment referred to the latest compatible version. But yes, 3.3 is not a requirement. --- types/mongo-sanitize/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/mongo-sanitize/index.d.ts b/types/mongo-sanitize/index.d.ts index aedff46b0b..1c5308d55c 100644 --- a/types/mongo-sanitize/index.d.ts +++ b/types/mongo-sanitize/index.d.ts @@ -2,7 +2,7 @@ // Project: https://github.com/vkarpov15/mongo-sanitize // Definitions by: Cedric Cazin , Olga Isakova // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -// TypeScript Version: 3.3 +// TypeScript Version: 2.3 declare function sanitize(v: T): T;