shaka-player
Version:
DASH/EME video player library
25 lines (20 loc) • 445 B
JavaScript
/*! @license
* Shaka Player
* Copyright 2016 Google LLC
* SPDX-License-Identifier: Apache-2.0
*/
/**
* @fileoverview Externs for less.js library.
* @externs
*/
/** @const */
const less = class {
static registerStylesheetsImmediately() {}
/**
* @param {boolean} reload
* @param {boolean} modifyVars
* @param {boolean} clearFileCache
* @return {!Promise}
*/
static refresh(reload, modifyVars, clearFileCache) {}
};