Features
Templates
Showcase
Townie
AI
Blog
Docs
Pricing
Log in
Sign up
karfau
refToValUrl
Forked from
neverstew/thisValUrl
Public
Fork
Like
Code
Pull Requests
Forks
References
1
Dependencies
Versions
v1
Back
Version 1
10/23/2023
9
1
2
3
4
export
const
refToValUrl
=
(
{
userHandle
,
valName
}
:
{
userHandle
:
string
;
valName
:
string
;
}
)
=>
`
https://val.town/v/
${
userHandle
}
.
${
valName
}
`
;
Copy
Updated: October 23, 2023