0.5.0 • Published 5 months ago

@design-sync/utils v0.5.0

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

@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.