Val Town is a social website to write and deploy JavaScript.
Build APIs and schedule functions from your browser.
1
2
3
4
5
6
7
import { TEST_API } from "https://esm.town/v/stevekrouse/TEST_API";
import { fetchJSON } from "https://esm.town/v/stevekrouse/fetchJSON";
export let untitled_library_unauthenticated_cannot_read_private_val_top =
fetchJSON(
`${TEST_API}/eval/1+@stevekrouse.private_library_val`
);
October 23, 2023