merry-new-year
v1.0.1
Published
Simple package to count down to important holidays like christmas and the new year
Downloads
2
Maintainers
Readme
New Year Countdown
This package provides a simple utility to get the time remaining until the next New Year.
Usage
Import happyNewYear
from the package and call it to get the time left in days, hours, minutes, and seconds.
import { happyNewYear } from 'merry-new-year';
const countdown = happyNewYear();
console.log(countdown);