Skip to content

Commit

Permalink
JSDoc typo on __exportStar. (#221)
Browse files Browse the repository at this point in the history
* Update tslib.d.ts

* rename exports to o
  • Loading branch information
arthurfiorette committed Jan 2, 2024
1 parent 8466326 commit 2b38d87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tslib.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ export declare function __generator(thisArg: any, body: Function): any;
* Creates bindings for all enumerable properties of `m` on `exports`
*
* @param m The source object
* @param exports The `exports` object.
* @param o The `exports` object.
*/
export declare function __exportStar(m: any, o: any): void;

Expand Down

0 comments on commit 2b38d87

Please sign in to comment.