1.0.4 • Published 6 years ago

@b08/type-checks v1.0.4

Weekly downloads
-
License
MIT
Repository
gitlab
Last release
6 years ago

@b08/type-checks, seeded from @b08/library-seed, library type: dry

Util methods isString, isObject and etc. are deprecated and it is recommended to use simpler checks. For example:

/** @deprecated since v4.0.0 - use `typeof value === 'function'` instead. */
function isFunction(object: any): boolean;

This library encapsulates those checks, implementing recommended behavior.

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago