Socket
Socket
Sign inDemoInstall

@tamagui/timer

Package Overview
Dependencies
0
Maintainers
0
Versions
788
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tamagui/timer

[time console output screenshot](./screen.png)!


Version published
Weekly downloads
52K
increased by12.52%
Maintainers
0
Created
Weekly downloads
 

Readme

Source

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

FAQs

Last updated on 23 Jun 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc