UNPKG

hkjc-api

Version:

Node.js package for communicating with HKJC GraphQL API

8 lines (7 loc) 260 B
export * from './client'; export * from './modules/horseRacing'; export * from './modules/football'; export * from './types/horseRacing'; export * from './types/football'; export * from './query/horseRacingQuery'; export * from './query/footballMatchesQuery';