UNPKG
reverse-image-search
Version:
latest (0.0.0)
0.0.0
library & executable for reverse image searches
reverse-image-search
/
lib
/
index.js
4 lines
(2 loc)
•
66 B
JavaScript
View Raw
1
2
3
4
const
google
=
require(
"./google"
);
module
.
exports
= { google };