Skip to content

Releases: moatorres/typetags

v1.3.0

03 Aug 22:08
75a2270
Compare
Choose a tag to compare

This release introduces new Typetags and Predicates

Typetags

  • AbortController
  • AbortSignal
  • Array.Iterator
  • Console
  • Map.Iterator
  • Reflect
  • Set.Iterator
  • String.Iterator
  • TextDecoder
  • TextEncoder
  • URL
  • URLSearchParams

Predicates

  • isAbortControllerTag
  • isAbortSignalTag
  • isArrayIteratorTag
  • isConsoleTag
  • isIteratorTag
  • isMapIteratorTag
  • isReflectTag
  • isSetIteratorTag
  • isStringIteratorTag
  • isTextDecoderTag
  • isTextEncoderTag
  • isTypedArrayTag
  • isURLTag
  • isURLSearchParamsTag

This package is also available on the NPM Registry: typetags.

From NPM Registry

NPM
npm install typetags
Yarn
yarn add typetags

From GitHub Packages Registry

NPM
npm install @moatorres/typetags
Yarn
yarn add @moatorres/typetags

v1.2.0

01 Aug 17:48
Compare
Choose a tag to compare

Major Updates

This package is also available on the NPM Registry: typetags.

From NPM Registry

NPM
npm install typetags
Yarn
yarn add typetags

From GitHub Packages Registry

NPM
npm install @moatorres/typetags
Yarn
yarn add @moatorres/typetags

v1.1.0

01 Aug 02:48
Compare
Choose a tag to compare

Major Updates

  • New types
  • Extended d.ts files
  • Now with full list of predicates

This package is also available on the NPM Registry: typetags.

From NPM Registry

NPM
npm install typetags
Yarn
yarn add typetags

From GitHub Packages Registry

NPM
npm install @moatorres/typetags
Yarn
yarn add @moatorres/typetags

v1.0.0

30 Jul 22:43
Compare
Choose a tag to compare

First release 🚀

This package is also available on the NPM Registry: typetags.

From NPM Registry

NPM
npm install typetags
Yarn
yarn add typetags

From GitHub Packages Registry

NPM
npm install @moatorres/typetags
Yarn
yarn add @moatorres/typetags