UNPKG

@cashfarm/lang

Version:

Extends TypeScript/Javascript with basic classes and functions

8 lines 265 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); function today() { const now = new Date(); return new Date(now.getFullYear(), now.getMonth(), now.getDate(), 0, 0, 0, 0); } exports.today = today; //# sourceMappingURL=today.js.map