UNPKG
castelog
Version:
latest (0.0.1)
0.0.1
Programación JavaScript en castellano.
github.com/allnulled/castelog
allnulled/castelog
castelog
/
test
/
scripts_de_sintaxis
/
test_data
/
proyecto-2
/
main.js
3 lines
(2 loc)
•
117 B
JavaScript
View Raw
1
2
3
module
.
exports
=
function
(
) {
return
new
Promise
(
(
ok, fallo
) =>
{
setTimeout
(
() =>
{
return
ok
(
600
);},
0.1
*
1000
);});}