Duplicated from salomonsky/oraculo
8775c1a
1
2
3
import { File } from "./File.js"; export const isFile = (value) => value instanceof File;