Skip to content
Snippets Groups Projects
Commit ee578201 authored by Tom Robinson's avatar Tom Robinson Committed by GitHub
Browse files

Remove extra Underscore flow declaration

parent c8f538c5
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,3 @@ declare module icepick {
declare function setIn<O:Object, K:Key, V:Value>(object: O, path: Array<K>, value: V): O;
declare function updateIn<O:Object, K:Key, V:Value>(object: O, path: Array<K>, callback: ((value: V) => V)): O;
}
declare module underscore {
declare function findWhere<T>(list: Array<T>, properties: {}): T;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment