Require Node.js 18
This commit is contained in:
parent
25a376875d
commit
0ff273fee8
7 changed files with 56 additions and 40 deletions
|
|
@ -133,6 +133,10 @@ is.array(value, is.number); // Validate `value` is an array and all of its items
|
|||
##### .function(value)
|
||||
|
||||
##### .buffer(value)
|
||||
|
||||
> [!NOTE]
|
||||
> [Prefer using `Uint8Array` instead of `Buffer`.](https://sindresorhus.com/blog/goodbye-nodejs-buffer)
|
||||
|
||||
##### .blob(value)
|
||||
##### .object(value)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue