Skip to content

Commit

Permalink
Merge branch 'master' into explainFiles
Browse files Browse the repository at this point in the history
  • Loading branch information
sheetalkamat committed Dec 3, 2020
2 parents 3a4613e + 8d952cb commit 87ca884
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 20 deletions.
40 changes: 20 additions & 20 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ var __extends = (this && this.__extends) || (function () {
return extendStatics(d, b);
};
return function (d, b) {
if (typeof b !== "function" && b !== null)
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
extendStatics(d, b);
function __() { this.constructor = d; }
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
Expand Down

0 comments on commit 87ca884

Please sign in to comment.