1 2 3 4 5 6
import {AtUri} from '@atproto/api' export function getRkey({uri}: {uri: string}): string { const at = new AtUri(uri) return at.rkey }