feat(ondemand): Add on-demand timestamp feature

This commit is contained in:
2024-12-14 02:22:43 +01:00
parent a941f10af3
commit ce3af11ca8
3 changed files with 9 additions and 1 deletions

3
test/ondemand.ts Normal file
View File

@ -0,0 +1,3 @@
import * as smarttime from '../ts/index.js';
console.log(smarttime.getMilliSecondsAsHumanReadableAgoTime(Date.now()));