1
2
3
4
5
import { private_library_val } from "https://esm.town/v/stevekrouse/private_library_val";
export function untitled_return_me_val() {
return private_library_val;
}