Skip to content

Commit 2b38d87

Browse files
JSDoc typo on __exportStar. (#221)
* Update tslib.d.ts * rename exports to o
1 parent 8466326 commit 2b38d87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tslib.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ export declare function __generator(thisArg: any, body: Function): any;
123123
* Creates bindings for all enumerable properties of `m` on `exports`
124124
*
125125
* @param m The source object
126-
* @param exports The `exports` object.
126+
* @param o The `exports` object.
127127
*/
128128
export declare function __exportStar(m: any, o: any): void;
129129

0 commit comments

Comments
 (0)