date-fns
Version:
Modern JavaScript date utility library
12 lines (11 loc) • 340 B
TypeScript
import type { Locale } from "./types.ts";
/**
* @category Locales
* @summary Portuguese locale.
* @language Portuguese
* @iso-639-2 por
* @author Dário Freire [@dfreire](https://github.com/dfreire)
* @author Adrián de la Rosa [@adrm](https://github.com/adrm)
*/
export declare const pt: Locale;
//# sourceMappingURL=index.d.ts.map