UNPKG

date-fns

Version:

Modern JavaScript date utility library

11 lines (10 loc) 286 B
import type { Locale } from "./types.ts"; /** * @category Locales * @summary Mongolian locale. * @language Mongolian * @iso-639-2 mon * @author Bilguun Ochirbat [@bilguun0203](https://github.com/bilguun0203) */ export declare const mn: Locale; //# sourceMappingURL=index.d.ts.map