Files
bigwo/dev-assistant-mcp/node_modules/formdata-node/lib/esm/isFile.js

3 lines
90 B
JavaScript
Raw Normal View History

2026-03-12 12:47:56 +08:00
import { File } from "./File.js";
export const isFile = (value) => value instanceof File;