sjufan84's picture
updated UI
77731d1
raw
history blame
90 Bytes
import { File } from "./File.js";
export const isFile = (value) => value instanceof File;