date-fns
Version:
Modern JavaScript date utility library
11 lines (10 loc) • 301 B
TypeScript
import type { Locale } from "./types.ts";
/**
* @category Locales
* @summary Norwegian Nynorsk locale.
* @language Norwegian Nynorsk
* @iso-639-2 nno
* @author Mats Byrkjeland [@draperunner](https://github.com/draperunner)
*/
export declare const nn: Locale;
//# sourceMappingURL=index.d.ts.map