@ag1/empty_object

emptyObject ({}) type

Usage no npm install needed!

<script type="module">
  import ag1EmptyObject from 'https://cdn.skypack.dev/@ag1/empty_object';
</script>

README

EmptyObject Type

Node.js CI

EmptyObject means {}.

Exported Type

type emptyObject = {};

Exported Func

function isEmptyObject(val: any): val is emptyObject