import axiod from "https://deno.land/x/axiod/mod.ts"; export function handler(a: int, b: int) { return a+b; }