dotbrk
v0.1.0
Published
Parse and export data from the .BRK file extension
Readme
dotbrk
Parse and export data from the .BRK file extension
Installation
To install the package, use the npm install command:
npm i dotbrkExample
const { loadFile } = require('dotbrk')
loadFile('./example.brk').then(res => {
console.log(res)
})