UNPKG

brawlhalla-api-ts

Version:

TypeScript wrapper for the Brawlhalla API.

6 lines 199 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isNumeric = function (value) { return typeof value === 'number'; }; //# sourceMappingURL=BaseTypes.js.map