This website works better with JavaScript
Accueil
Explorer
Aide
S'inscrire
Connexion
yichael
/
AIServer
Suivre
1
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Aborescence:
a51b30e12f
Branches
Tags
master
AIServer
/
server
/
node_modules
/
formdata-node
/
lib
/
esm
/
isFile.js
isFile.js
90 B
Historique
Raw
1
2
import { File } from "./File.js";
export const isFile = (value) => value instanceof File;