Skip to content

Commit

Permalink
Merge pull request #195 from xfq/https
Browse files Browse the repository at this point in the history
http -> https
  • Loading branch information
RyanCavanaugh authored Feb 3, 2023
2 parents e388a23 + d58182f commit a100d7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# tslib

This is a runtime library for [TypeScript](http://www.typescriptlang.org/) that contains all of the TypeScript helper functions.
This is a runtime library for [TypeScript](https://www.typescriptlang.org/) that contains all of the TypeScript helper functions.

This library is primarily used by the `--importHelpers` flag in TypeScript.
When using `--importHelpers`, a module that uses helper functions like `__extends` and `__assign` in the following emitted file:
Expand Down

0 comments on commit a100d7b

Please sign in to comment.