0.1.0 • Published 10 months ago

dotbrk v0.1.0

Weekly downloads
-
License
-
Repository
github
Last release
10 months ago

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)
})
0.1.0

10 months ago

0.0.2

10 months ago

0.0.1

10 months ago