1.1.6 • Published 11 months ago

@jpapini/type-check v1.1.6

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

Type-check utils

This package provides a set of utilities to check the type of values.

How to use

  1. Install the package and its required peer dependencies:
pnpm add @jpapini/type-check
  1. Use the functions in your code:
import { isString } from '@jpapini/type-check';

console.log(isString('hello')); // true
console.log(isString(42)); // false

Author

1.1.6

11 months ago

1.1.5

11 months ago

1.1.4

11 months ago

1.1.3

11 months ago

1.1.2

1 year ago

1.1.1

1 year ago

1.1.0

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago