Skip to content

jaytula/auth-utils

Repository files navigation

@groundearth0/auth-utils

Made with create-react-library

NPM JavaScript Style Guide

Install

npm install --save @groundearth0/auth-utils

Usage

import React from 'react'

import { useInterval } from '@groundearth0/auth-utils'

const MyWidget = () => {
  userInterval(() => {
    console.log('Another 5 seconds have passed')
  }, 5000)

  return null
} 

License

MIT © jaytula

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published