npm stats
  • Search
  • About
  • Repo
  • Sponsor
  • more
    • Search
    • About
    • Repo
    • Sponsor

Made by Antonio Ramirez

is-pjl

1.0.0

@watson

npmHomeRepoSnykSocket
Downloads:0
$ npm install is-pjl
DailyWeeklyMonthlyYearly

is-pjl

Check if a given Buffer or Uint8Array is a PJL document.

Build status js-standard-style

Installation

npm install is-pjl --save

Usage

var isPjl = require('is-pjl')
var buf = fs.readFileSync('doc.pjl')

if (isPjl(buf)) {
  console.log('The data is a PJL document')
}

License

MIT