deno_simple_runtime 0.59.2

Provides the deno runtime library
Documentation
1
2
3
4
5
function hello(name) {
  return `Hello ${name}`;
}

export { hello };