UNPKG

@jekipedia/date-helper

Version:

A utility class for handling datetime operations, including calculating distances, finding the next or last occurrence of a date, and extracting date parts.

34 lines (33 loc) 797 B
{ "name": "@jekipedia/date-helper", "author": "YMGH", "version": "0.1.9", "description": "A utility class for handling datetime operations, including calculating distances, finding the next or last occurrence of a date, and extracting date parts.", "main": "index.js", "types": "dist/date-helper.class.d.ts", "type": "module", "files": [ "dist/**/**" ], "repository": { "type": "git", "url": "git+https://github.com/sieteminerva/date-helper.git" }, "scripts": { "build": "tsc", "test": "node test/test.js" }, "keywords": [ "date", "datetime", "helper", "utility", "date-helper", "calculate", "date-library" ], "license": "MIT", "devDependencies": { "typescript": "^5.8.2" } }