is-rtf

1.0.0 • Public • Published

is-rtf Build Status

Check if a Buffer/Uint8Array is a RTF file

Install

$ npm install --save is-rtf

Usage

var isRtf = require('is-rtf');
var read = require('fs').readFileSync;
 
isRtf(read('test.rtf'));
// => true

License

MIT License © Valentin Dubois

Package Sidebar

Install

npm i is-rtf

Weekly Downloads

5

Version

1.0.0

License

MIT

Last publish

Collaborators

  • veacks