Files
welshman/packages/util/src/Links.ts
T
2024-06-12 09:34:45 -07:00

4 lines
129 B
TypeScript

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