index
:
tour
master
gleam language tour
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
static
/
precompiled
/
my_package_ffi.mjs
blob: 3c8e2f8630c312500ef3553a8e3baba1c9eef0d4 (
plain
)
1
2
3
export
function
now
()
{
return
new
Date
();
}