Navigation Menu

Skip to content

Commit

Permalink
fix: Revert "Add missing module export in generated typescript defs" (#…
Browse files Browse the repository at this point in the history
…4175)

Reverts #4163

Closes #4167
  • Loading branch information
joeyparrish committed Apr 29, 2022
1 parent 73f6de3 commit fe4f5c6
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 fe4f5c6

Please sign in to comment.