Package Exports
- pull-identify-filetype
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (pull-identify-filetype) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
pull-identify-filetype
var pull = require('pull-stream')
var identify = require('pull-identify-filetype')
pull(
/* source */
identify(function (type) {
console.log(type) // => string | false
}),
/* sync */
)
Supported types:
jpg png gif bmp tif tif nif ico psd rar zip gz tar msi iso rtf avi mov wmv wma swf flv mid pdf doc docx mp3
Tested:
tif pdf psd gif jpg png bmp tif ico rar docx gz tar doc rtf mov