MCPcopy Create free account
hub / github.com/dethcrypto/dethcode / toDethNet

Function toDethNet

packages/bookmarklet/bookmarklet.ts:7–9  ·  view source on GitHub ↗
(href: string)

Source from the content-addressed store, hash-verified

5 * - Paste it into the readme or test it in your browser
6 */
7export function toDethNet(href: string): string {
8 return href.replace(/\.\w+(\/)/, ".deth.net/");
9}

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected