emptyValUtils
Val Town is a collaborative website to build and scale JavaScript apps.
Deploy APIs, crons, & store data – all from the browser, and deployed in milliseconds.
Viewing readonly version of main branch: v10View latest version
Handy utility functions to see if you have vals with no code lying around your account and to delete them (if you want to).
import {listEmptyVals } from "https://esm.town/v/nbbaier/emptyValUtils";
console.log(await listEmptyVals(<user_id>))
import {listEmptyVals } from "https://esm.town/v/nbbaier/emptyValUtils";
await deleteEmptyVals(<user_id>)