文件名称:stream-file-type:通过检查流获取文件类型
文件大小:26KB
文件格式:ZIP
更新时间:2024-08-24 06:47:27
JavaScript
流文件类型 通过检查流获取。 用法 import fs from 'node:fs' import FileType from 'stream-file-type' const input = fs . createReadStream ( 'cat.jpg' ) const detector = new FileType ( ) // Listen for event... detector . on ( 'file-type' , ( fileType ) => { if ( fileType === null ) { console . log ( `The mime type of "cat.jpg" could not be determined` ) } else { console . log ( `The file "cat.jpg" has th
【文件预览】:
stream-file-type-master
----.github()
--------workflows()
----test.js(2KB)
----index.d.ts(2KB)
----fixture()
--------fixture-otto.woff2(21KB)
--------fixture.mid(248B)
--------test.invalidf(0B)
----.npmrc(19B)
----.gitignore(15B)
----index.js(897B)
----readme.md(2KB)
----package.json(487B)