bn.d.ts 312 B

12345678910
  1. import type { Locale } from "./types.js";
  2. /**
  3. * @category Locales
  4. * @summary Bengali locale.
  5. * @language Bengali
  6. * @iso-639-2 ben
  7. * @author Touhidur Rahman [@touhidrahman](https://github.com/touhidrahman)
  8. * @author Farhad Yasir [@nutboltu](https://github.com/nutboltu)
  9. */
  10. export declare const bn: Locale;