Skip to content

Commit

Permalink
Revert "fix: Export d ts as a module (#4163)"
Browse files Browse the repository at this point in the history
This reverts commit feefd7b.
  • Loading branch information
joeyparrish committed Apr 29, 2022
1 parent 73f6de3 commit 61cfbbb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions build/generateTsDefs.py
Expand Up @@ -102,8 +102,6 @@ def GenerateTsDefs(inputs, output):
f.write(license_header)
f.write(b'\n')
f.write(contents)
f.write(b'\n')
f.write(b'export default shaka;\n')


def CreateParser():
Expand Down

0 comments on commit 61cfbbb

Please sign in to comment.