is-rtf
Check if a Buffer/Uint8Array is a RTF file
Last updated 11 years ago by veacks .
MIT · Repository · Bugs · Original npm · Tarball · package.json
$ cnpm install is-rtf 
SYNC missed versions from official npm registry.

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

Current Tags

  • 1.0.0                                ...           latest (11 years ago)

1 Versions

  • 1.0.0                                ...           11 years ago
Maintainers (1)
Downloads
Today 0
This Week 0
This Month 0
Last Day 0
Last Week 0
Last Month 0
Dependencies (0)
None
Dev Dependencies (0)
None
Dependents (1)

Copyright 2013 - present © cnpmjs.org | Home |