Skip to content

Commit

Permalink
style: clean up the code
Browse files Browse the repository at this point in the history
  • Loading branch information
okikio committed May 5, 2023
1 parent d1ff5a6 commit 9f096c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mod.ts
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ export async function asCodePointsArray<T extends Uint8Array>(
utf8Decoder.decode(new Uint8Array());
return arr;
}

/**
* Processes an iterable or async iterable of Uint8Array chunks and invokes a callback for each code point.
* The function performs the following steps:
Expand Down

0 comments on commit 9f096c7

Please sign in to comment.