UNPKG

date-and-time

Version:

The simplest, most intuitive date and time library

2 lines (1 loc) 224 B
"use strict";const e="۰۱۲۳۴۵۶۷۸۹",r=e.split(""),t=Object.fromEntries(r.map((e,r)=>[e,String(r)]));var c={encode:e=>e.replace(/\d/g,e=>r[+e]),decode:r=>r.replace(new RegExp(`[${e}]`,"g"),e=>t[e])};module.exports=c;