diff options
author | Florian Dold <florian.dold@gmail.com> | 2017-10-15 19:28:35 +0200 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2017-10-15 20:30:33 +0200 |
commit | 8b2f53e3ed810a0539f76feb993f0044bc8c0f38 (patch) | |
tree | f88687b498f133e8e7c0743def7ef7929f6173c6 /src/helpers.ts | |
parent | 353eeca339e060eb4a03e0b67343086854a5e5d7 (diff) |
fix tslint warnings
Diffstat (limited to 'src/helpers.ts')
-rw-r--r-- | src/helpers.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/helpers.ts b/src/helpers.ts index eff5fa731..6dc080b2e 100644 --- a/src/helpers.ts +++ b/src/helpers.ts @@ -22,6 +22,7 @@ * Imports. */ import {AmountJson, Amounts} from "./types"; + import URI = require("urijs"); /** |