UNPKG

@aidarkezio/main-func

Version:
7 lines • 308 B
import got from 'got'; import { AlQuranSchema } from './types.js'; export async function alquran() { const data = await got('https://raw.githubusercontent.com/rzkytmgr/quran-api/master/data/quran.json').json(); return data.map(item => AlQuranSchema.parse(item)); } //# sourceMappingURL=alquran.js.map