UNPKG

react-tesna-utils

Version:

A versatile utility library featuring optimized functions for data manipulation, clipboard handling, text truncation, comparison, validation, and more. Designed for modern JavaScript and TypeScript projects with efficient and reusable solutions.

8 lines (7 loc) 322 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ONE_DAY = exports.ONE_HOUR = exports.ONE_MINUTE = exports.ONE_SECOND = void 0; exports.ONE_SECOND = 1000; exports.ONE_MINUTE = exports.ONE_SECOND * 60; exports.ONE_HOUR = exports.ONE_MINUTE * 60; exports.ONE_DAY = exports.ONE_HOUR * 24;