For migration from os.path to pathlib in python, there's a nice correspondence table that lists the equivalences. Does a similar thing exist for dayjs?
If not, could one be made? Some additional features of the table -
[ ] A column which states which extensions are required (if any)
[ ] A column which gives an example
[ ] A column which states any semantic differences
For migration from
os.path
topathlib
in python, there's a nice correspondence table that lists the equivalences. Does a similar thing exist for dayjs?If not, could one be made? Some additional features of the table -