Licence
—
Version
0.1.0
Deps
0
Size
63 kB
Vulns
0
Weekly
0
dotbrk
Parse and export data from the .BRK file extension
Installation
To install the package, use the npm install command:
npm i dotbrk
Example
const { loadFile } = require('dotbrk')
loadFile('./example.brk').then(res => {
console.log(res)
})