1.0.2 • Published 3 years ago

@groundearth0/auth-utils v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

@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

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

4 years ago