WXL
3 天以前 c80bc467a41daa6cbae4e5515a300a8ca98cfeaa
node_modules/undici-types/formdata.d.ts
@@ -1,7 +1,7 @@
// Based on https://github.com/octet-stream/form-data/blob/2d0f0dc371517444ce1f22cdde13f51995d0953a/lib/FormData.ts (MIT)
/// <reference types="node" />
import { File } from 'buffer'
import { File } from 'node:buffer'
import { SpecIterableIterator } from './fetch'
/**