mirror of
https://github.com/jwetzell/psn-js.git
synced 2026-08-18 13:44:20 +00:00
4 lines
120 B
JavaScript
4 lines
120 B
JavaScript
const Parser = require('binary-parser').Parser;
|
|
|
|
module.exports = new Parser().string('system_name', { greedy: true });
|