astock-agent/frontend/node_modules/echarts-for-react/lib/helper/is-string.js
2026-04-07 20:51:00 +08:00

8 lines
229 B
JavaScript

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.isString = void 0;
function isString(v) {
return typeof v === 'string';
}
exports.isString = isString;
//# sourceMappingURL=is-string.js.map