Skip to content

Commit

Permalink
chore: Add missing @externs header to codec extern (#5994)
Browse files Browse the repository at this point in the history
  • Loading branch information
theodab committed Dec 6, 2023
1 parent 2f06039 commit 1d55dbb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions externs/shaka/codecs.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
* SPDX-License-Identifier: Apache-2.0
*/

/**
* @externs
*/

/**
* @typedef {{
* data: !Uint8Array,
Expand Down

0 comments on commit 1d55dbb

Please sign in to comment.