Files
welshman/packages/util/Links.ts
T
2024-03-25 14:22:33 -07:00

4 lines
130 B
TypeScript

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