Commit 368147e
src/cli.ts
@@ -19,7 +19,6 @@ import { createRequire } from 'node:module'
import { tmpdir } from 'node:os'
import { basename, dirname, extname, join, resolve } from 'node:path'
import url from 'node:url'
-
import { $, argv, fetch, ProcessOutput, chalk } from './index.js'
import { randomId } from './util.js'
import './globals.js'
src/goods.ts
@@ -35,7 +35,6 @@ export const globby = Object.assign(function globby(
return globbyModule.globby(patterns, options)
},
globbyModule)
-
export const glob = globby
export async function fetch(url: RequestInfo, init?: RequestInit) {