is-rtf
Version:
Check if a Buffer/Uint8Array is a RTF file
28 lines (27 loc) • 573 B
JSON
{
"name": "is-rtf",
"version": "1.0.0",
"description": "Check if a Buffer/Uint8Array is a RTF file",
"main": "index.js",
"scripts": {
"test": "node test.js"
},
"repository": {
"type": "git",
"url": "https://github.com/veacks/is-rtf.git"
},
"keywords": [
"buffer",
"check",
"detect",
"rtf",
"type",
"unit8array"
],
"author": "Valentin Dubois - Education Services Australia",
"license": "MIT",
"bugs": {
"url": "https://github.com/veacks/is-rtf/issues"
},
"homepage": "https://github.com/veacks/is-rtf"
}