UNPKG

chzzk-z

Version:

chzzk-z is naver streaming platform Chzzk Library

4 lines (3 loc) 244 B
import { ChzzkModuleOptionDto } from "../dtos/chzzk-connector-option.dto"; import { HttpMethod } from "../types/api.types"; export declare const getContents: (url: string, method: HttpMethod, option: ChzzkModuleOptionDto) => Promise<Response>;