UNPKG

date-fns

Version:

Modern JavaScript date utility library

12 lines (11 loc) 365 B
import type { Locale } from "./types.ts"; /** * @category Locales * @summary Portuguese locale (Brazil). * @language Portuguese * @iso-639-2 por * @author Lucas Duailibe [@duailibe](https://github.com/duailibe) * @author Yago Carballo [@yagocarballo](https://github.com/YagoCarballo) */ export declare const ptBR: Locale; //# sourceMappingURL=index.d.ts.map