1.0.4 • Published 9 months ago

expect-to-be v1.0.4

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

expect-to-be

A simple and fast way to check the type of a given value.

discordBadge downloadsBadge versionBadge

📂・Installation

npm i expect-to-be

💡・Features

  • Made in TS
  • Simple
  • No third party packages

📃・Usage

import { expectObject } from 'expect-to-be';

expectObject({}); // TRUE
expectObject(null); // FALSE

👥・Contact Us

If you have any problems you can join our Discord Server.

1.0.4

9 months ago

1.0.3

9 months ago

1.0.2

9 months ago

1.0.1

9 months ago

1.0.0

9 months ago