aboutsummaryrefslogtreecommitdiff
path: root/static/precompiled/my_package_ffi.mjs
blob: 3c8e2f8630c312500ef3553a8e3baba1c9eef0d4 (plain)
1
2
3
export function now() {
  return new Date();
}