Take your JS/TS existing code to the minimalist approach.
Caution
This package is created mainly for the author’s internal projects and published for documentation purposes. If you do have any suggestion, kindly share your thoughts on Discussion tab.
This package implements Gregorian YYM-based semver notation.
- 📅
v257.x.x: Released around/on July 2025. (current) - 🚀
v260.x.x: Released from October to December 2025.
For every major release, the preceding version will need to be imported with subpath:
/* Example: v260.x.x */
import * as Mv260 from '@mdrv/m' // v260 (current)
import * as M from '@mdrv/m/v257' // v257 (previous)See CHANGELOG for breaking changes, updates and fixes.
- 🧩
es-toolkit - 🎊
type-fest - 🧰
ts-essentials
© 2025 MEDRIVIA / Umar Alfarouk