Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@theroyalwhee0/istype

theroyalwhee0497Apache-2.03.0.5TypeScript support: included

An opinionated type-of library for Javascript and TypeScript.

types

readme

@theroyalwhee0/istype

An opinionated type-of library for Javascript and TypeScript.

Installation

npm install @theroyalwhee0/istype

or

yarn add @theroyalwhee0/istype

Documentation

API Documentation

Testing.

Running npm run test will run the test suite. Running npm run test-watch will run the test suite in watch mode.

Copyright 2019-2023 Adam Mill

This library is released under Apache 2 license. See LICENSE for more details.

changelog

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

Changed

[3.0.5]

Fixed

  • Bump depends for security.

    Added

  • Add changelog. Removed history from readme.

[3.0.4] - 2022-09-04

Changed

  • Improve build and publish scriptlets.

    Fixed

  • Fix isBoolean not being included in types.

[3.0.3] - 2022-08-13

Added

  • Add isBoolean.

[3.0.2] - 2022-06-01

Fixed

  • Bump depends for security.

[3.0.1] - 2021-06-11

Fixed

  • Bump depends for security.

[3.0.0] - 2021-03-21

Changed

  • Rebuild in TypeScript.
  • Move to Jest for testing.

    Removed

  • Remove canHaveMembers function.

[2.0.2] - 2021-02-14

Fixed

  • Remove date from documentation.
  • Remove accidental dependency.

[2.0.1] - 2021-02-06

Added

  • Add tests for isBigInt.

    Fixed

  • Fix export for isBigInt.

[2.0.0] - 2021-02-06

Added

  • Add isBigInt.
  • Add documentation.

    Changed

  • Back to Javascript.

[1.0.0]

Added

  • Port to Typescript.
  • Add isSymbol, isInteger.

    Removed

  • Remove exports for isNaN.

[0.0.2]

Fixed

  • Bump depends for security.

[0.0.1]

Added

  • Initial release.