Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
corrideat committed May 2, 2023
1 parent b86e693 commit aa12fda
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ A regular expression that can be used to validate a boundary string.
A regular expression that can be used to extract a boundary string from a
`Content-Type` header.

#### `encodeMultipartMessage = (boundary: string, msg: TDecodedMultipartMessage[]): ReadableStream<ArrayBuffer>
#### `encodeMultipartMessage(boundary: string, msg: TDecodedMultipartMessage[]): ReadableStream<ArrayBuffer>`

This function takes a boundary string and an array of messages as arguments and returns a `ReadableStream` that can be read to obtain a multipart message.

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@exact-realty/multipart-parser",
"version": "1.0.3",
"version": "1.0.4",
"description": "TypeScript streaming parser for MIME multipart messages",
"main": "dist/index.js",
"module": "./dist/index.mjs",
Expand Down

0 comments on commit aa12fda

Please sign in to comment.