Skip to content

Commit

Permalink
[doc] Add a note about parameter validation
Browse files Browse the repository at this point in the history
  • Loading branch information
lpinca committed May 19, 2024
1 parent 9023b6b commit 1bc6647
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ key.

## API

The module exports two functions.
The module exports two functions. To maximize performance, parameters are not
validated. It is the caller's responsibility to ensure that they are correct.

### `bufferUtil.mask(source, mask, output, offset, length)`

Expand Down

0 comments on commit 1bc6647

Please sign in to comment.