UNPKG
fmd.js
Version:
latest (1.1.0)
1.1.0
1.0.2
1.0.1
1.0.0
0.2.6
another module writing system
fmdjs.org
fmdjs/fmd.js
fmd.js
/
examples
/
hello-world
/
h.js
5 lines
(3 loc)
•
51 B
JavaScript
View Raw
1
2
3
4
5
define
(
'h'
,
function
(
){
return
'hello'
; } );