index
:
kittybox
this commit
main
nix-cross
An IndieWeb-centric blogging engine designed for self-hosting
Vika
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kittybox-rs
/
templates
/
javascript
/
src
/
lib.ts
blob: 38ba65bc5db42010424b08bba572165d14a2cca0 (
plain
) (
blame
)
1
2
3
export
function
unreachable
(
msg
:
string
)
:
never
{
throw
new
Error
(
msg
);
}