Packages

deno bindings in the beam vm.

Current section

Files

Jump to
nif README.md
Raw

README.md

# ElixirDeno
deno bindings in the beam vm
## Usage
```elixir
IO.puts(Deno.Nif.run("let x: number = 5;"))
```