UNPKG

playable

Version:

Video player based on HTML5Video

5 lines (4 loc) 196 B
import ExtendableError from './ExtendableError'; export default class NotAFunctionError extends ExtendableError { constructor(functionName: string, expectedType: string, givenType: string); }