Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 350 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 350 Bytes

pure

Pure TypeScript utility libraries for my projects

Documentation

https://pure.pistonite.dev

Setup

Install the package from NPM

npm install @pistonite/pure

For React hooks

npm install @pistonite/pure-react

Import the things you need

import type { Result } from "@pistonite/pure/result";