libdeno 0.1.1

Embed the Deno runtime in Rust with direct npm: specifier support
Documentation
1
2
3
export function add(a, b) {
  return a + b;
}