std-rpc_example.web.val.run
1
2
3
4
5
import { rpc } from "https://esm.town/v/std/rpc?v=5";
export const rpc_example = rpc(async (a: number, b: number) => {
return a + b;
});
Val Town is a social website to write and deploy JavaScript.
Build APIs and schedule functions from your browser.
Comments
Nobody has commented on this val yet: be the first!
February 7, 2024