@ckknight/empty

Empty TS project

Usage no npm install needed!

<script type="module">
  import ckknightEmpty from 'https://cdn.skypack.dev/@ckknight/empty';
</script>

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