UNPKG

crunchyroll-js-api

Version:
18 lines (17 loc) 299 B
export default logger; /** @type {{ info: Function, error: Function, debug: Function, setLevel: Function, activeColor: Function, }} */ declare const logger: { info: Function; error: Function; debug: Function; setLevel: Function; activeColor: Function; };