@ckknight/empty
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i @ckknight/empty

Weekly Downloads

1

Version

1.0.0

License

CC-PDDC

Unpacked Size

811 B

Total Files

6

Last publish

Collaborators

  • ckknight