times-square
v0.1.0
Published
Square times.
Downloads
3
Readme
Times Square
Square times.
const timesSquare = require('times-square');
// Returns the current time squared.
console.log(timesSquare());
// Returns provided time, squared.
console.log(timesSquare(new Date('December 17, 1995 03:24:00')));