my-swiss-knife
v1.9.9
Published
My personal set of useful functions in one repo
Readme
My Swiss Knife
My Swiss Knife is a collection of handy utilities, React components, and TypeScript types & generics for your JavaScript/TypeScript projects.
Overview
This repository includes:
- Utility functions to simplify common tasks
- Reusable React components and hooks
- Strongly typed TypeScript types and generics
All code is documented and designed to help you write clean and maintainable code faster.
Usage
You can use this library in both ESM and CJS environments.
ESM
import { createHashmapFromArr } from 'my-swiss-knife';CommonJS
import lib = require('my-swiss-knife')Documentation
Full documentation: https://my-swiss-knife.vercel.app/.
© 2025 Roman Turchenko
