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