diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/parse-opt.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/parse-opt.ts b/src/parse-opt.ts index 61dc60c6cd..031b1a6fe2 100644 --- a/src/parse-opt.ts +++ b/src/parse-opt.ts @@ -1,4 +1,4 @@ -const nopt = require('nopt'); +import * as nopt from 'nopt'; export default (vector, index) => { const parsed = nopt({ |