@tkeron/tools
v0.2.2
Published
Useful JavaScript utilities for Bun runtime
Readme
@tkeron/tools
Useful JavaScript utilities for Bun runtime - A collection of lightweight, type-safe utilities designed specifically for the Bun environment.
🚀 Installation
bun add @tkeron/tools📋 Requirements
- Bun >= 1.0.0
- TypeScript ^5.7.3
📖 About
This package provides a growing collection of utility functions and data structures optimized for the Bun runtime. All utilities are written in TypeScript with full type safety and are designed to be lightweight, performant, and easy to use.
🔧 Usage
// Import all utilities
import * as tools from '@tkeron/tools';
// Or import specific utilities
import { rng, getLIFO, getPaths } from '@tkeron/tools';📚 Documentation
For detailed documentation of all available utilities, please refer to the TypeScript definitions or explore the source code. Each utility is fully typed and includes JSDoc comments for better IDE support.
🧪 Testing
The project includes comprehensive tests for all utilities:
bun testBuilt with ❤️ for the Bun ecosystem
