Skip to content

Commit

Permalink
Implements destructured imports for lodash methods
Browse files Browse the repository at this point in the history
Co-Authored-By: John Schulz <[email protected]>
  • Loading branch information
jasonrhodes and jfsiii authored Jan 9, 2020
1 parent 9c7aa22 commit 4d944a9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

import { timeMilliseconds } from 'd3-time';
import * as runtimeTypes from 'io-ts';
import _ from 'lodash';
import { first, get, has, zip } from 'lodash';
import { pipe } from 'fp-ts/lib/pipeable';
import { map, fold } from 'fp-ts/lib/Either';
import { identity, constant } from 'fp-ts/lib/function';
Expand Down

0 comments on commit 4d944a9

Please sign in to comment.