LoudBit / is-too

Javascript type checking tool.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Distinguish between boolean checks and subject checks in documentation.

mrDarcyMurphy opened this issue · comments

For example, is.present(foo) is a boolean check whereas is.equal(foo, 'foo') is subjective.