biohazard333
Mensaje de commit
8775c1a
import { File } from "./File.js";
export const isFile = (value) => value instanceof File;