projects
/
squeep-querystring
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
initial commit
[squeep-querystring]
/
index.js
1
'use strict'
;
2
3
const
{
parse
} =
require
(
'./lib/parse'
);
4
5
module
.
exports
= {
6
parse
:
parse
,
7
};
8