@thi.ng/date
Version:
Datetime types, relative dates, math, iterators, composable formatters, locales
12 lines • 380 B
TypeScript
import type { LocaleSpec } from "../api.js";
/**
* @remarks
* Reference: https://en.wikipedia.org/wiki/Date_and_time_notation_in_the_United_Kingdom
*/
export declare const EN_SHORT: LocaleSpec;
/**
* @remarks
* Reference: https://en.wikipedia.org/wiki/Date_and_time_notation_in_the_United_Kingdom
*/
export declare const EN_LONG: LocaleSpec;
//# sourceMappingURL=en.d.ts.map