WXL
3 天以前 9bce51f651aad297ef9eb6df832bfdaf1de05d84
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'
/**