UNPKG

async-xbox-live-api

Version:

Async library to enable you to interact with the xbox live api

6 lines (4 loc) 148 B
import * as dotenv from 'dotenv'; dotenv.config(); export * from './lib/api'; export { Clip, ScreenShot, Title, ActivityItem } from './lib/types';