Delete some files

This commit is contained in:
cutls
2018-07-30 21:39:05 +09:00
parent 57e736b253
commit b3ff01188c
1172 changed files with 0 additions and 179456 deletions

View File

@@ -1,8 +0,0 @@
var equal = require('buffer-equal')
var HEADER = new Buffer([66, 77, 70, 3])
module.exports = function(buf) {
if (typeof buf === 'string')
return buf.substring(0, 3) === 'BMF'
return buf.length > 4 && equal(buf.slice(0, 4), HEADER)
}