English
Appearance
Determine whether the input value is a File.
File
import { isFile } from 'rattail' isFile(new File(['Hello, world!'], 'hello.txt', { type: 'text/plain' })) // return true
value
any
boolean