0.1.0 • Published 3 years ago
dotbrk v0.1.0
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)
})