Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 355 Bytes

File metadata and controls

25 lines (15 loc) · 355 Bytes

Up Utils

A collection of TypeScript utility functions and helpers for Up Toolkit system.

Installation

npm i @uptoolkit/js-utils

Usage

You can use and import these functions into your own project.

import { uuid } from '@uptoolkit/js-utils';

Functions

  • uuid(): Generate a random UUID.

License

MIT