Pure TypeScript utility library for browsers
fs
: Browser File System Integrationresult
: 0 runtime error handling without exceptionslog
: Logging library with log export abilitysync
: Synchronization utilitiesSerialEvent
: Discard/stop previous async process when a new one starts
pref
: Preference utilities, for example theme and language.
Install the package from JSR with your package manager
npx jsr install @pistonite/pure
For React features
npx jsr install @pistonite/pure-react
Import the things you need
import type { Result } from "@pistonite/pure/result";