isFile.js 90 B

12
  1. import { File } from "./File.js";
  2. export const isFile = (value) => value instanceof File;