Skip to content

Latest commit

 

History

History
61 lines (43 loc) · 1.62 KB

README.md

File metadata and controls

61 lines (43 loc) · 1.62 KB

@design-sync/utils

npm version npm downloads

Generic utilities JS/TS utils used by Design Sync

Usage

Install package:

# npm
npm install @design-sync/utils

# yarn
yarn add @design-sync/utils

# pnpm
pnpm install @design-sync/utils

# bun
bun install @design-sync/utils

Import:

// ESM
import {} from "@design-sync/utils";

// CommonJS
const {} = require("@design-sync/utils");

Development

  • Clone this repository
  • Install latest LTS version of Node.js
  • Enable Corepack using corepack enable
  • Install dependencies using pnpm install
  • Run interactive tests using pnpm dev

License

Made with 💛

Published under MIT License.