[ci] format

This commit is contained in:
matthewp 2022-09-22 18:50:12 +00:00 committed by fredkbot
parent 5e4c5252bd
commit d2853ebe66

View file

@ -1,14 +1,12 @@
import { bootstrap as bootstrapGlobalAgent } from 'global-agent'
import type { RequestInit } from 'node-fetch'
import { default as nodeFetch, Headers, Request, Response } from 'node-fetch'
import Stream from 'node:stream'
import * as _ from './utils'
import {
bootstrap as bootstrapGlobalAgent
} from 'global-agent';
bootstrapGlobalAgent({
environmentVariableNamespace: '',
});
})
export { Headers, Request, Response }