sauce.js
sauce.js is SAUCE parser for Node.js
Installation
npm install sauce.js
Usage
const sp = new SauceParser()
const result = sp.parse('/path/to/file.ans')
console.log(result)
License
sauce.js is released under the MIT License
SAUCE parser for Node.js
Homepage Repository npm TypeScript Download
npm install sauce.js@1.0.3
sauce.js is SAUCE parser for Node.js
npm install sauce.js
const sp = new SauceParser()
const result = sp.parse('/path/to/file.ans')
console.log(result)
sauce.js is released under the MIT License