From f093425d114f6f678dafb5600a54530ab6ed5e1a Mon Sep 17 00:00:00 2001 From: timolinn Date: Mon, 1 Apr 2019 23:03:08 +0100 Subject: [PATCH] TypeScript >= version 2.1 --- types/burns/index.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/types/burns/index.d.ts b/types/burns/index.d.ts index 918965f14f..d4633624be 100644 --- a/types/burns/index.d.ts +++ b/types/burns/index.d.ts @@ -2,6 +2,7 @@ // Project: https://github.com/shalvah/burns#readme // Definitions by: Timothy Onyiuke // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped +// TypeScript Version: 2.1 declare const _Burns: Burns;