简体中文
Appearance
判断输入值是否是 File。
File
import { isFile } from 'rattail' isFile(new File(['Hello, world!'], 'hello.txt', { type: 'text/plain' })) // return true
value
any
boolean