chzzk
Version:
네이버 라이브 스트리밍 서비스 CHZZK의 비공식 API 라이브러리
9 lines (8 loc) • 328 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.IS_BROWSER = exports.DEFAULT_BASE_URLS = void 0;
exports.DEFAULT_BASE_URLS = {
chzzkBaseUrl: "https://api.chzzk.naver.com",
gameBaseUrl: "https://comm-api.game.naver.com/nng_main"
};
exports.IS_BROWSER = typeof window !== "undefined";
;