@sc-components/shared
v0.1.2
Published
utils for sc-components
Downloads
1
Readme
Shared
Some utilities functions/things.
Installation
pnpm install @sc-components/shared
Things
1. NOOP
A function that does nothing.
import { NOOP } from '@sc-components/shared'
NOOP() // does nothing