INNER CODE UNIT · TypeScript

textElementKey

ParthJadhav/app-store-screenshots · skills/app-store-screenshots/template/src/lib/elements.ts:23

export function textElementKey(id: TextElementId | ElementId): string {
  return isTextElementId(id) ? id.slice(TEXT_ELEMENT_PREFIX.length) : id;
}

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…