UNPKG

date-and-time

Version:

The simplest, most intuitive date and time library

2 lines (1 loc) 229 B
"use strict";const e="၀၁၂၃၄၅၆၇၈၉",c=e.split(""),r=Object.fromEntries(c.map((e,c)=>[e,""+c]));var t={encode:e=>e.replace(/\d/g,e=>c[+e]),decode:c=>c.replace(new RegExp(`[${e}]`,"g"),e=>r[e])};module.exports=t;