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)
|
##### .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
|
```js
|
||||||
is.asyncFunction(async () => {});
|
is.asyncFunction(async () => {});
|
||||||
|
|
@ -135,7 +135,7 @@ is.truthy(undefined);
|
||||||
|
|
||||||
##### .falsy(value)
|
##### .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)
|
##### .nan(value)
|
||||||
##### .nullOrUndefined(value)
|
##### .nullOrUndefined(value)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue