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
1391
Commits
67
Branches
133
Tags
4.7 MiB
JavaScript
89.1%
CoffeeScript
10.8%
Tree:
e1e95f0945
api
/
test
/
unit
/
mock
/
query.js
10 lines
105 B
Raw
Blame
History
function
setup
(
)
{
return
query
;
}
function
query
(
clean
)
{
return
clean
;
}
module
.
exports
=
setup
;
Reference in new issue
Copy Permalink