UNPKG

date-fns

Version:

Modern JavaScript date utility library

13 lines (12 loc) 429 B
import type { Locale } from "./types.ts"; /** * @category Locales * @summary Norwegian Bokmål locale. * @language Norwegian Bokmål * @iso-639-2 nob * @author Hans-Kristian Koren [@Hanse](https://github.com/Hanse) * @author Mikolaj Grzyb [@mikolajgrzyb](https://github.com/mikolajgrzyb) * @author Dag Stuan [@dagstuan](https://github.com/dagstuan) */ export declare const nb: Locale; //# sourceMappingURL=index.d.ts.map