UNPKG

62 BJavaScriptView Raw
1const isFile = (x) => x instanceof File;
2export {
3 isFile
4};