diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/ts/types.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ts/types.ts b/src/ts/types.ts index 04123782e..4da03a4d3 100644 --- a/src/ts/types.ts +++ b/src/ts/types.ts @@ -1,5 +1,4 @@ import * as _ from 'lodash'; -import * as BigNumber from 'bignumber.js'; // Utility function to create a K:V from a list of strings // Adapted from: https://basarat.gitbooks.io/typescript/content/docs/types/literal-types.html |