diff --git a/docs/typescript.md b/docs/typescript.md index 4de9367fc..ada3572fc 100644 --- a/docs/typescript.md +++ b/docs/typescript.md @@ -7,7 +7,7 @@ The following `.options()` definition: ```typescript #!/usr/bin/env node -import * as yargs from 'yargs'; +import yargs from 'yargs'; const argv = yargs.options({ a: { type: 'boolean', default: false },