3 lines
119 B
TypeScript
3 lines
119 B
TypeScript
|
import * as smarttime from '../ts/index.js';
|
||
|
|
||
|
console.log(smarttime.getMilliSecondsAsHumanReadableAgoTime(Date.now()));
|