From 34ea6caa86b3b2f9be4650997565696dddfd6609 Mon Sep 17 00:00:00 2001 From: Andrei Horodinca Date: Mon, 5 Nov 2018 16:53:13 +0100 Subject: [PATCH] Add TypeScript version --- types/smooth-scroll/index.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/types/smooth-scroll/index.d.ts b/types/smooth-scroll/index.d.ts index 9a0b86696f..87f90cc298 100644 --- a/types/smooth-scroll/index.d.ts +++ b/types/smooth-scroll/index.d.ts @@ -2,6 +2,7 @@ // Project: https://github.com/cferdinandi/smooth-scroll // Definitions by: Andrei Horodinca // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped +// TypeScript Version: 2.1 export as namespace SmoothScroll;