Skip to content

Commit

Permalink
Update src/Ion.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Khushboo <68757952+desaikd@users.noreply.github.com>
  • Loading branch information
everett1992 and desaikd authored Aug 28, 2023
1 parent 3f5b1ed commit bc7089c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Ion.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ export type ReaderBuffer = ReaderOctetBuffer | string;
*
* @param buf The Ion data to be used by the reader. Typically a string, UTF-8 encoded buffer (text), or raw
* binary buffer.
* @param catalog Optional catalog to be used by reader to resolve shared symbol table references.
*/
export function makeReader(buf: ReaderBuffer, catalog?: Catalog): Reader {
if (typeof buf === "string") {
Expand Down

0 comments on commit bc7089c

Please sign in to comment.