stevekrouse avatar
stevekrouse
html
Script
An interactive, runnable TypeScript val by stevekrouse
1
pomdtr avatar
pomdtr
article
HTTP
Use readme as website Usage import {article} from "https://esm.town/v/pomdtr/article" export default article() See this val http endpoint as an example: https://pomdtr-article.web.val.run
1
pomdtr avatar
pomdtr
extractValInfo
Script
Extract vals infos (author, name, version) from a val url (either from esm.town or val.town ). Example usage: const {author, name} = extractValInfo(import.meta.url) Also returns a unique slug for the val: <author>/<name>
15
1
Next
Updated: November 16, 2023