• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1import { Locale } from "icu4x"
2import { TitlecaseMapper } from "icu4x"
3import { TitlecaseOptions } from "icu4x"
4export function titlecaseSegment(s: string, localeName: string, optionsLeadingAdjustment: LeadingAdjustment, optionsTrailingCase: TrailingCase);
5