@ihccc/utils
TypeScript icon, indicating that this package has built-in type declarations

0.0.1-alpha.3 • Public • Published

@ihccc/utils

A JavaScript utility library.

NPM version NPM downloads dumi

Documentation

Documentation

Installation

Install @ihccc/utils with npm

  pnpm i @ihccc/utils

Usage/Examples

import { uuid } from '@ihccc/utils'

function foo() {
  const id = uuid();
  // ...
}

Run Locally

Clone the project

  git clone https://@ihccc/utils

Go to the project directory

  cd utils

Install dependencies

  pnpm install

Start the server

  pnpm run dev

Running Tests

To run tests, run the following command

  pnpm run test

Deployment

To deploy this project run

  pnpm run deploy

License

MIT

/@ihccc/utils/

    Package Sidebar

    Install

    npm i @ihccc/utils

    Weekly Downloads

    1

    Version

    0.0.1-alpha.3

    License

    MIT

    Unpacked Size

    326 kB

    Total Files

    166

    Last publish

    Collaborators

    • ayge