Generic utilities JS/TS utils used by Design Sync
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");
- 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
Made with 💛
Published under MIT License.