tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

ListFormatter.d.ts (180B)


      1 import { ListFormatter } from "icu4x"
      2 import { Locale } from "icu4x"
      3 export function format(listFormatterLocaleName: string, listFormatterLength: ListLength, list: Array<string>);