Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@ckknight/empty

ckknight42CC-PDDC1.0.0TypeScript support: included

Empty TS project

readme

@ckknight/empty

This project is intentionally empty.

It has a TypeScript definition where precisely 0 types are exported.

When executed at runtime, this provides a CommonJS module with no changes to its module.exports.

This can be used within the "resolutions" of a package.json to replace a problematic package with an empty one.

{
  "resolutions": {
    "some-package": "@ckknight/empty"
  }
}