Skip to content

Commit

Permalink
Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
qwtel committed Aug 13, 2024
1 parent 6b04332 commit 47aad7d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion v8-value-serializer/deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@workers/v8-value-serializer",
"version": "0.4.0",
"version": "0.4.1",
"exports": {
".": "./index.ts",
"./v8": "./v8.ts"
Expand Down
2 changes: 1 addition & 1 deletion v8-value-serializer/v8.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ function copy(source: Uint8Array, dest: Uint8Array, destStart: number, sourceSta
}
//#endregion

/* V8 serialization API with `Buffer` replaced by `Uint8Array` */
/** V8 serialization API with `Buffer` replaced by `Uint8Array` @module */

function arrayBufferViewTypeToIndex(abView: ArrayBufferView): number {
const type = ObjectPrototypeToString(abView);
Expand Down

0 comments on commit 47aad7d

Please sign in to comment.