mirror of
https://github.com/CharaChorder/DeviceManager.git
synced 2026-01-18 07:52:50 +00:00
6 lines
118 B
JavaScript
6 lines
118 B
JavaScript
'use strict';
|
|
|
|
var parse = require('../').parse;
|
|
var xs = parse('a "b c" \\$def \'it\\\'s great\'');
|
|
console.dir(xs);
|