Fix the capitalization of is.bigInt64Array and is.bigUint64Array

This commit is contained in:
Sindre Sorhus 2019-05-13 11:04:48 +07:00
parent 9bc8307770
commit 04cd282265
3 changed files with 13 additions and 10 deletions

View file

@ -70,6 +70,7 @@ All the below methods accept a value and returns a boolean for whether the value
##### .number(value)
##### .boolean(value)
##### .symbol(value)
##### .bigint(value)
#### Built-in types
@ -143,6 +144,8 @@ is.boundFunction(function () {});
##### .uint32Array(value)
##### .float32Array(value)
##### .float64Array(value)
##### .bigInt64Array(value)
##### .bigUint64Array(value)
#### Structured data