@groundearth0/auth-utils
TypeScript icon, indicating that this package has built-in type declarations

1.0.2 • Public • Published

@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

Readme

Keywords

none

Package Sidebar

Install

npm i @groundearth0/auth-utils

Weekly Downloads

1

Version

1.0.2

License

MIT

Unpacked Size

15.5 kB

Total Files

12

Last publish

Collaborators

  • groundearth0