Single module to check if file is of a determined type, based on its MIME type
isFile(fileobject).[VERIFIER_METHOD]
Check if failObject
is an file of a specific type, returning true
or false
.
- .anImage()
- .anAudio()
- .aMP3()
- .aVideo()
- .aMP4()
- .multimedia()
- .aPDF()
- .aSpreadsheet()