UNPKG

recoder-code

Version:

🚀 AI-powered development platform - Chat with 32+ models, build projects, automate workflows. Free models included!

12 lines • 345 B
var formatRelativeLocale = { lastWeek: "'पिछले' eeee p", yesterday: "'कल' p", today: "'आज' p", tomorrow: "'कल' p", nextWeek: "eeee 'को' p", other: 'P' }; var formatRelative = function formatRelative(token, _date, _baseDate, _options) { return formatRelativeLocale[token]; }; export default formatRelative;