1.0.0 • Published 1 year ago

@icancode/timer v1.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

icancode-timer

How to use

import {Timer} from '@icancode/timer';

const timer = new Timer();
timer.tick();
timer.tock('Start application');
timer.tock('Query database');
timer.tock('Push data to cache');
1.0.0

1 year ago