UNPKG

@playkit-js/kaltura-player-js

Version:

[![Build Status](https://github.com/kaltura/kaltura-player-js/actions/workflows/run_canary.yaml/badge.svg)](https://github.com/kaltura/kaltura-player-js/actions/workflows/run_canary.yaml) [![code style: prettier](https://img.shields.io/badge/code_style-pr

9 lines (8 loc) 183 B
// @flow /** * @typedef {Object} KPPluginsConfigObject */ type _KPPluginsConfigObject = { [plugin: string]: Object }; declare type KPPluginsConfigObject = _KPPluginsConfigObject;