- [x] Implement best-guess functions for `isTYPE()` `util.types.*` - [x] Make package.json better - [x] Publish to npm - [ ] Implement other exposed `node:util` functions - [x] ~~Target ESM only~~ ~~Ideally, this package would allow consumers to use both ESM and CJS, but ESM-only seems to be the way that things are moving.~~ ~~Also might be worth considering breaking the `isTYPE()` functions into a separate package? `@jcbhmr/node-util-types`?~~
isTYPE()util.types.*node:utilfunctionsTarget ESM onlyIdeally, this package would allow consumers to use both ESM and CJS, but ESM-only seems to be the way that things are moving.Also might be worth considering breaking theisTYPE()functions into a separate package?@jcbhmr/node-util-types?