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_bkp
/
001.ejemplo-1.js
2 lines
•
88 B
JavaScript
View Raw
1
2
const
fs =
require
(
"fs"
); fs.
writeFileSync
(
"test/dumps/fichero.txt"
,
"Hola!!!"
,
"utf8"
);