UNPKG

brasileirao

Version:

<p align="center"> <a href="https://github.com/godrix/brasileirao/actions"> <img src="https://img.shields.io/github/actions/workflow/status/godrix/brasileirao/publish.yml"/> </a> <a href="https://github.com/godrix/brasileirao"> <img src="htt

11 lines (7 loc) 325 B
import { TableService } from '../data/datasource/http' import { LeagueTable } from '../data/models' import { extractedDataRoundMatches } from '../services' export const match = async (liga:LeagueTable) => { const result = await TableService('GE', liga) return extractedDataRoundMatches(result.data, result.provider) }