date-fns
Version:
Modern JavaScript date utility library
12 lines (11 loc) • 357 B
TypeScript
import type { Locale } from "./types.ts";
/**
* @category Locales
* @summary English locale (United States).
* @language English
* @iso-639-2 eng
* @author Sasha Koss [@kossnocorp](https://github.com/kossnocorp)
* @author Lesha Koss [@leshakoss](https://github.com/leshakoss)
*/
export declare const enUS: Locale;
//# sourceMappingURL=index.d.ts.map