New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@skqksh/tier

>


Version published
Maintainers
1
Created

tier

NPM JavaScript Style Guide

Install

npm install --save tier

Usage

import * as React from 'react'

import { useMyHook } from 'tier'

const Example = () => {
  const example = useMyHook()
  return (
    <div>
      {example}
    </div>
  )
}

License

MIT © skqksh


This hook is created using create-react-hook.

FAQs

Package last updated on 04 Jan 2022

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