UNPKG

korean-dummy-json-fetcher

Version:

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

7 lines (6 loc) 144 B
import { fetcher } from "./api.js"; export async function getLorem(options) { return fetcher("/lorem", { params: options, }); }