1
2
3
4
5
let { definitelynotnull } = await import("https://esm.town/v/eric/definitelynotnull");
export function oneify() {
return definitelynotnull = 1
}