Files
welshman/packages/util/Links.ts
T
2024-05-14 14:32:26 -07:00

4 lines
129 B
TypeScript

export const fromNostrURI = (s: string) => s.replace(/^nostr:\/?\/?/, "")
export const toNostrURI = (s: string) => `nostr:${s}`