UNPKG

@thunderstorefront/api-mock

Version:

Create Nuxt extendable layer with this GitHub template.

6 lines (4 loc) 129 B
import { mockCountry } from '../../mocks'; export default defineEventHandler(() => Array.from({ length: 10 }, mockCountry) );