1.0.4 • Published 7 years ago

@b08/type-checks v1.0.4

Weekly downloads
-
License
MIT
Repository
gitlab
Last release
7 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

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago