[ci] format
This commit is contained in:
parent
5e4c5252bd
commit
d2853ebe66
1 changed files with 2 additions and 4 deletions
|
@ -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 }
|
||||
|
||||
|
|
Loading…
Reference in a new issue