1.0.4 • Published 2 years ago

expect-to-be v1.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years 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

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago