3 lines
90 B
JavaScript
3 lines
90 B
JavaScript
|
import { File } from "./File.js";
|
||
|
export const isFile = (value) => value instanceof File;
|