UNPKG

korean-dummy-json-fetcher

Version:

한국어 더미 데이터 생성 라이브러리

7 lines (6 loc) 190 B
export declare function fetcher<T>(endpoint: string, options?: { method?: string; params?: Record<string, any>; body?: any; headers?: Record<string, string>; }): Promise<T>;