isbinaryfile
Detects if a file is binary in Node.js. Similar to Perl's -B.
istextorbinary
Determine if a filename and/or buffer is text or binary. Smarter detection than the other solutions.
typed-binary
Describe binary structures with full TypeScript support. Encode and decode into pure JavaScript objects.