Skip to content

Commit

Permalink
Add :void
Browse files Browse the repository at this point in the history
  • Loading branch information
weswigham committed May 6, 2020
1 parent 6975099 commit f283e5c
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 @@ -34,4 +34,4 @@ export declare function __importStar<T>(mod: T): T;
export declare function __importDefault<T>(mod: T): T | { default: T };
export declare function __classPrivateFieldGet<T extends object, V>(receiver: T, privateMap: { has(o: T): boolean, get(o: T): V | undefined }): V;
export declare function __classPrivateFieldSet<T extends object, V>(receiver: T, privateMap: { has(o: T): boolean, set(o: T, value: V): any }, value: V): V;
export declare function __createBinding(object: object, target: object, key: PropertyKey, objectKey?: PropertyKey);
export declare function __createBinding(object: object, target: object, key: PropertyKey, objectKey?: PropertyKey): void;

0 comments on commit f283e5c

Please sign in to comment.