UNPKG

@allgemein/schema-api

Version:
11 lines 360 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isPropertyRef = isPropertyRef; const Constants_1 = require("../lib/Constants"); function isPropertyRef(x) { if (x !== undefined && x && x.metaType === Constants_1.METATYPE_PROPERTY) { return true; } return false; } //# sourceMappingURL=IPropertyRef.js.map