agsamantha/node_modules/formdata-node/lib/esm/isFile.js

3 lines
90 B
JavaScript
Raw Normal View History

2024-10-02 15:15:21 -05:00
import { File } from "./File.js";
export const isFile = (value) => value instanceof File;