LeagueStats/server/app/Services/Jax/index.ts

5 lines
99 B
TypeScript
Raw Permalink Normal View History

import Jax from './src/Jax'
import { JAX_CONFIG } from './JaxConfig'
export = new Jax(JAX_CONFIG)