UNPKG

ymir-js

Version:

This toolkit is created to make it easier for you to develop games like chess, checkers, go, match 3 puzzle and more. It is still under development.

6 lines (5 loc) 255 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var turkish_1 = require("./turkish"); var international_1 = require("./international"); exports.default = { Turkish: turkish_1.default, International: international_1.default };