v6
 1import * as _ from './index.js'
 2
 3Object.assign(global, _)
 4
 5declare global {
 6  var $: typeof _.$
 7  var argv: typeof _.argv
 8  var cd: typeof _.cd
 9  var chalk: typeof _.chalk
10  var fs: typeof _.fs
11  var glob: typeof _.glob
12  var globby: typeof _.globby
13  var nothrow: typeof _.nothrow
14  var os: typeof _.os
15  var path: typeof _.path
16  var question: typeof _.question
17  var quiet: typeof _.quiet
18  var sleep: typeof _.sleep
19  var which: typeof _.which
20  var YAML: typeof _.YAML
21}