Pure TypeScript utility libraries for my projects
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";
Pure TypeScript utility libraries for my projects
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";