datetime_global
Version:
my Datetime untility, it mixes the Advanced capabilities of Temporal polyfill with the simplicity of Date
26 lines (25 loc) • 627 B
JSON
{
"name": "datetime_global",
"version": "0.8.2",
"description": "my Datetime untility, it mixes the Advanced capabilities of Temporal polyfill with the simplicity of Date",
"keywords": [
"date",
"datetime",
"Temporal",
"Date",
"time",
"format",
"Datetime_global"
],
"author": "binary-ant",
"license": "MIT",
"type": "module",
"scripts": {
"test": "node tests.js"
},
"dependencies": {
"anthelpers": "^0.1.3",
"temporal-polyfill": "^0.3.0",
"typescript": "^5.9.3"
}
}