UNPKG

shaka-player

Version:
25 lines (19 loc) 368 B
/*! @license * Shaka Player * Copyright 2016 Google LLC * SPDX-License-Identifier: Apache-2.0 */ /** * @fileoverview Externs for Awesomplete methods. * @externs */ class Awesomplete { /** @param {!Element} input */ constructor(input) { /** @type {!Array<string>} */ this.list; /** @type {number} */ this.minChars; } evaluate() {} }