index
:
Website Creator
main
Node+React+MongoDB App to help create and maintain websites (WIP)
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
node_modules
/
shell-quote
/
example
/
op.js
blob: d8d9064108886d4146978215193b75f9b80a4a51 (
plain
) (
blame
)
1
2
3
var
parse
=
require
(
'../'
).
parse
;
var
xs
=
parse
(
'beep || boop > /byte'
);
console
.
dir
(
xs
);