UNPKG

ifc-expressions

Version:

Parsing and evaluation of IFC expressions

9 lines (8 loc) 341 B
export function isObjectAccessor(arg) { return (typeof arg === "object" && typeof arg.getNestedObjectAccessor === "function" && typeof arg.getAttribute === "function" && typeof arg.listNestedObjects === "function" && typeof arg.listAttributes === "function"); } //# sourceMappingURL=ObjectAccessor.js.map