Use Deno with Rescript 馃
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 19 lines 427 B view raw
1// Generated by ReScript, PLEASE EDIT WITH CARE 2 3import * as Assert from "jsr:@std/assert"; 4import * as Deno$TsirysndrRescriptDeno from "../src/Deno.res.js"; 5 6Deno$TsirysndrRescriptDeno.bench({ 7 name: "example test", 8 fn: { 9 TAG: "Fn", 10 _0: (function (param) { 11 Assert.assertEquals("world", "world", undefined, undefined); 12 }) 13 } 14 }); 15 16export { 17 18} 19/* Not a pure module */