@ekim088/toolkit
v0.6.0
Published
A simple JavaScript utility library.
Readme
toolkit
A simple JavaScript utility library. See the API documentation.
Installation
Install via npm:
npm install @ekim088/toolkitor yarn:
yarn add @ekim088/toolkitThis package is ESM-only and requires Node.js 24 or later.
Usage
This package supports both barrel and subpath imports:
import { clone } from '@ekim088/toolkit';or
import { clone } from '@ekim088/toolkit/clone';Contributing
See CONTRIBUTING.md for local setup, commands, commit conventions, and the release process.
