mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 10:56:53 +00:00
Move typescript version definition to the top of the file
This commit is contained in:
parent
cb874ed08b
commit
08870e953f
3
lodash-es/index.d.ts
vendored
3
lodash-es/index.d.ts
vendored
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user