This website works better with JavaScript.
Explore
Help
Sign In
pelias
/
api
mirror of
https://github.com/pelias/api.git
Watch
1
Star
0
Fork
You've already forked api
0
Code
Issues
Releases
Activity
444
Commits
67
Branches
133
Tags
4.7 MiB
Tree:
e636e6830f
api
/
test
/
unit
/
mock
/
query.js
10 lines
105 B
Raw
Normal View
History
Unescape
Escape
refactor/ add more tests
11 years ago
function
setup
(
)
{
return
query
;
}
function
query
(
clean
)
{
return
clean
;
}
module
.
exports
=
setup
;