diff --git a/etc/docs/utils.ts b/etc/docs/utils.ts index 7a7a2a03d2b..72ec32a6180 100644 --- a/etc/docs/utils.ts +++ b/etc/docs/utils.ts @@ -1,6 +1,6 @@ import { createInterface } from 'readline'; import * as util from 'util'; -import yargs from 'yargs'; +import * as yargs from 'yargs'; import { hideBin } from 'yargs/helpers'; export const LATEST_TAG = 'Next';