forked from orbit-oss/is
Remove trailing whitespace
This commit is contained in:
parent
a4eebe4b4a
commit
bd428997a2
1 changed files with 2 additions and 2 deletions
|
|
@ -86,7 +86,7 @@ Returns `true` for any object that implements its own `.next()` and `.throw()` m
|
|||
|
||||
##### .asyncFunction(value)
|
||||
|
||||
Returns `true` for any `async` function that can be called with the `await` operator.
|
||||
Returns `true` for any `async` function that can be called with the `await` operator.
|
||||
|
||||
```js
|
||||
is.asyncFunction(async () => {});
|
||||
|
|
@ -135,7 +135,7 @@ is.truthy(undefined);
|
|||
|
||||
##### .falsy(value)
|
||||
|
||||
Returns `true` if `value` is one of: `false`, `0`, `''`, `null`, `undefined`, `NaN`.
|
||||
Returns `true` if `value` is one of: `false`, `0`, `''`, `null`, `undefined`, `NaN`.
|
||||
|
||||
##### .nan(value)
|
||||
##### .nullOrUndefined(value)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue