1.0.0 • Published 4 years ago

@ckknight/empty v1.0.0

Weekly downloads
1
License
CC-PDDC
Repository
github
Last release
4 years ago

@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"
  }
}