deno_simple_runtime 0.73.2

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

export { hello };