@tamagui/timer
v2.0.0-rc.2
Published
[time console output screenshot](./screen.png)!
Readme
time console output screenshot!
import { timer } from '@tamagui/timer'
const t = timer()
setTimeout(() => {
t.print()
}, 3000)
function something() {
const time = t.start()
// do stuff...
time`firstTag`
// do stuff...
time`second`
}