UNPKG

moysklad-api-model

Version:

Объектная модель API МойСклад для TypeScript проектов

9 lines 349 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isType = void 0; function isType(metaType, entity) { var _a; return ((_a = entity === null || entity === void 0 ? void 0 : entity.meta) === null || _a === void 0 ? void 0 : _a.type) === metaType; } exports.isType = isType; //# sourceMappingURL=tools.js.map