Public
Versions
- Open: VersionChanges from v57 to v58+1-1// deno-lint-ignore-file
import helloWorld from "https://wolf-getfunction.web.val.run/helloWorld";helloWorld("Wolf");// deno-lint-ignore-fileimport helloWorld from "https://wolf-getfunction.web.val.run/helloWorld?vv";helloWorld("Wolf"); - Open: VersionChanges from v56 to v57+1-1// deno-lint-ignore-fileimport helloWorld from "https://wolf-getfunction.web.val.run/helloWorld";
helloWorld();// deno-lint-ignore-fileimport helloWorld from "https://wolf-getfunction.web.val.run/helloWorld";helloWorld("Wolf"); - Open: VersionChanges from v55 to v56+2-0import helloWorld from "https://wolf-getfunction.web.val.run/helloWorld";helloWorld();// deno-lint-ignore-fileimport helloWorld from "https://wolf-getfunction.web.val.run/helloWorld";helloWorld();
- Open: VersionChanges from v54 to v55+1-1
import helloWorld from "https://wolf-getfunction.web.val.run/helloWorld.js";helloWorld();import helloWorld from "https://wolf-getfunction.web.val.run/helloWorld";helloWorld(); - Open: VersionChanges from v53 to v54+3-2
const helloWorld = await import("https://wolf-getfunction.web.val.run/HelloWorld");console.log(helloWorld);import helloWorld from "https://wolf-getfunction.web.val.run/helloWorld.js";helloWorld(); - Open: VersionChanges from v52 to v53+1-1
const helloWorld = await import("https://wolf-getfunction.web.val.run/HelloWorld.js");console.log(helloWorld);const helloWorld = await import("https://wolf-getfunction.web.val.run/HelloWorld");console.log(helloWorld); - Open: VersionChanges from v51 to v52+1-1
const helloWorld = await import("https://wolf-getfunction.web.val.run/helloWorld");console.log(helloWorld);const helloWorld = await import("https://wolf-getfunction.web.val.run/HelloWorld.js");console.log(helloWorld); - Open: VersionChanges from v50 to v51+0-0const helloWorld = await import("https://wolf-getfunction.web.val.run/helloWorld");console.log(helloWorld);const helloWorld = await import("https://wolf-getfunction.web.val.run/helloWorld");console.log(helloWorld);
- Open: Version+2-0const helloWorld = await import("https://wolf-getfunction.web.val.run/helloWorld");console.log(helloWorld);
Updated: December 31, 2024