Spaces:
Runtime error
Runtime error
| import { File } from "./File.js"; | |
| export const isFile = (value) => value instanceof File; | |
| import { File } from "./File.js"; | |
| export const isFile = (value) => value instanceof File; | |