1.0.0 • Published 8 months ago
from-seconds-to-time v1.0.0
from-seconds-to-time
A simple npm package to convert seconds into HH:MM:SS format.
Installation
To install the package, run the following command:
npm install from-seconds-to-time
Usage
Once the package is installed, you can use it in your JavaScript code by importing it.
import secondsToTime from 'from-seconds-to-time';
const result = secondsToTime(3661);
console.log(result);
1.0.0
8 months ago