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_documentacion
/
Sentencias
/
10.010.Sentencia de importo.js
6 lines
(5 loc)
•
172 B
JavaScript
View Raw
1
2
3
4
5
6
if
(
false
) {
import
MOD_01
from
"./un_fichero.js"
const
MOD_02
=
require
(
"./un_fichero.js"
);
const
MOD_03
=
Castelog
.
metodos
.
un_modulo_importado
(
null
,
"./un_fichero.js"
) }