UNPKG

@antv/util

Version:

<h1 align="center">@antv/util</h1>

11 lines 308 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var toString = {}.toString; var getType = function (value) { return toString .call(value) .replace(/^\[object /, '') .replace(/]$/, ''); }; exports.default = getType; //# sourceMappingURL=get-type.js.map