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.

7 lines (6 loc) 227 B
/** * Calculate the deadline based on the provided time. * @param time Time string in the format 'hh:mm:ss'. * @returns The deadline timestamp in milliseconds. */ export declare const fn_deadline: (time: string) => number;