Move typescript version definition to the top of the file

This commit is contained in:
Sámal Rasmussen 2017-01-31 09:52:27 +01:00
parent cb874ed08b
commit 08870e953f

View File

@ -2,6 +2,7 @@
// Project: http://lodash.com/
// Definitions by: Stephen Lautier <https://github.com/stephenlautier>
// 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