tangled
alpha
login
or
join now
pomdtr.me
/
smallweb
this repo has no description
4
fork
atom
overview
issues
pulls
pipelines
smallweb
/
example
/
error
/
main.ts
at
main
5 lines
93 B
view raw
wrap content
pomdtr.me
rename workspace to example
11 months ago
a5b5b3b3
1
export
default
{
2
fetch() {
3
throw
new
Error
(
"This is an example error."
)
;
4
}
5
}