@tamagui/timer
TypeScript icon, indicating that this package has built-in type declarations

1.95.1 • Public • Published

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`
}

Readme

Keywords

none

Package Sidebar

Install

npm i @tamagui/timer

Weekly Downloads

50,125

Version

1.95.1

License

none

Unpacked Size

23.5 kB

Total Files

15

Last publish

Collaborators

  • nwienert