• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1import { ListFormatter } from "icu4x"
2import { Locale } from "icu4x"
3export function format(listFormatterLocaleName: string, listFormatterLength: ListLength, list: Array<string>);
4