deno_simple_runtime 0.68.0

Provides the deno runtime library
Documentation
1
2
3
import { hello } from './base.js';

console.log(hello('Tyr'));