Files
est-frame/node_modules/date-fns/locale/ru.d.ts
2025-10-22 05:38:27 +00:00

11 lines
303 B
TypeScript
Executable File

import type { Locale } from "./types.js";
/**
* @category Locales
* @summary Russian locale.
* @language Russian
* @iso-639-2 rus
* @author Sasha Koss [@kossnocorp](https://github.com/kossnocorp)
* @author Lesha Koss [@leshakoss](https://github.com/leshakoss)
*/
export declare const ru: Locale;