mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-24 05:06:02 +08:00
fix
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
/// <reference path="./riot-api-nodejs.d.ts"/>
|
||||
|
||||
let ClassicApi = new ClassicAPI([""], region_e.EUW);
|
||||
let TournamentApi = new TournamentAPI("");
|
||||
import * as Api from "riot-api-nodejs";
|
||||
|
||||
let ClassicApi = new Api.ClassicAPI([""], region_e.EUW);
|
||||
let TournamentApi = new Api.TournamentAPI("");
|
||||
|
||||
Reference in New Issue
Block a user