Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fixup! typings: add JSDoc typings for v8
Use JavaScript instead of its abbreviation (JS).

Co-authored-by: bl-ue <54780737+bl-ue@users.noreply.github.com>
  • Loading branch information
VoltrexKeyva and bl-ue authored Jun 5, 2021
commit fddac9cfeedc5b84c60cdbb6c7244f8954266129
2 changes: 1 addition & 1 deletion lib/v8.js
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ function serialize(value) {

/**
* Uses a `DefaultDeserializer` with default options
* to read a JS value from a buffer.
* to read a JavaScript value from a buffer.
* @param {Buffer | TypedArray | DataView} buffer
* @returns {any}
*/
Expand Down