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