Files
blundercrunch/packages/dev-utils/README.md
Aditya Gupta aabb8986aa Initial commit
2026-06-29 19:29:19 +05:30

409 B

Shared Package

This package contains code which could helps you to develop. To use the code in the package, you need to add the following to the package.json file.

{
  "devDependencies": {
    "@extension/dev-utils": "workspace:*"
  }
}

Additional Information

lib/shared-types.ts contains the types from type-fest.