From 08870e953fdf89da51a8683546589e9efe0d24ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A1mal=20Rasmussen?= Date: Tue, 31 Jan 2017 09:52:27 +0100 Subject: [PATCH] Move typescript version definition to the top of the file --- lodash-es/index.d.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lodash-es/index.d.ts b/lodash-es/index.d.ts index c49a824f4c..e344736795 100644 --- a/lodash-es/index.d.ts +++ b/lodash-es/index.d.ts @@ -2,6 +2,7 @@ // Project: http://lodash.com/ // Definitions by: Stephen Lautier // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped +// TypeScript Version: 2.1 export { default as add } from './add'; export { default as after } from './after'; @@ -286,5 +287,3 @@ export { default as xorWith } from './xorWith'; export { default as zip } from './zip'; export { default as zipObject } from './zipObject'; export { default as zipWith } from './zipWith'; - -// TypeScript Version: 2.1