UNPKG

maplestory-openapi

Version:

This JavaScript library enables the use of the MapleStory OpenAPI of Nexon.

12 lines (8 loc) 239 B
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); class CharacterStatDto { } class CharacterFinalStatDto { } exports.CharacterFinalStatDto = CharacterFinalStatDto; exports.CharacterStatDto = CharacterStatDto;