Skip to content

Commit

Permalink
Fix issue apollographql#1445: Add typings for loads flowright
Browse files Browse the repository at this point in the history
  • Loading branch information
excitement-engineer committed Dec 27, 2017
1 parent 0685f8d commit 44c7a72
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions typings/lodash.d.ts
Original file line number Diff line number Diff line change
@@ -1,18 +1,8 @@
/*
LODASH
*/
declare module 'lodash.isobject' {
import main = require('lodash/isObject');
export = main;
}

declare module 'lodash.isequal' {
import main = require('lodash/isEqual');
export = main;
}

declare module 'lodash.flatten' {
import main = require('lodash/flatten');
declare module 'lodash.flowright' {
import main = require('lodash/flowright');
export = main;
}

Expand Down

0 comments on commit 44c7a72

Please sign in to comment.