UNPKG
technolist
Version:
latest (1.0.1)
1.0.1
Un módulo NPM para obtener datos de TechnoList
technolist
/
src
/
main.js
7 lines
(6 loc)
•
143 B
JavaScript
View Raw
1
2
3
4
5
6
7
const
TechnoList
=
require
(
'./Utils/TechnoList'
);
module
.
exports
= {
getBot
:
(
id
) =>
{
return
TechnoList
.
getBot
(id); } }