A comprehensive TypeScript utility library providing commonly used functions for web development.
npm install @linxs/toolkit
# or
yarn add @linxs/toolkit
# or
pnpm add @linxs/toolkit
- 🚀 TypeScript Support
- 📦 Tree-shakeable
- 🔧 Browser Compatible
- 🧪 Well Tested
- 📝 Well Documented
Enhanced Web Storage API with support for complex data types, expiration, and event listening. Learn more about Storage
Common utility functions for arrays, strings, types, and more. Learn more about Utils
A flexible logging utility with support for multiple log levels, timestamps, namespaces, and formatted output. Learn more about Logger
Trading-related calculations and utilities. Learn more about Trading
Browser fingerprinting utilities for visitor identification. Learn more about Fingerprint
- Fork it!
- Create your feature branch:
git checkout -b feature/my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin feature/my-new-feature
- Submit a pull request
MIT