nberlette / type

TypeScript tools with a focus on modular runtime utilities with type-level counterparts. Distributed on JSR under the `@type/*` scope, and NPM under `@type2/*`.

Home Page:https://jsr.io/@type

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

feat(is): create the `@type/is` package

nberlette opened this issue · comments

This package already exists (see here) but has not yet been open sourced. This issue will be followed by a PR to change that. This issue is just for reference.

  • Create ./packages/is
  • Add all of the existing modules as currently published on JSR
  • Add new modules I've created in the interim
  • Add experimental chainable API, but not as the default export
  • Release it into the wild

I might break this issue off into its own milestone and then break off the above tasks into individual issues. We'll see.