UNPKG

@itwin/ecschema-metadata

Version:

ECObjects core concepts in typescript

13 lines 597 B
"use strict"; /*--------------------------------------------------------------------------------------------- * Copyright (c) Bentley Systems, Incorporated. All rights reserved. * See LICENSE.md in the project root for license terms and full copyright notice. *--------------------------------------------------------------------------------------------*/ Object.defineProperty(exports, "__esModule", { value: true }); exports.AbstractParser = void 0; /** @internal */ class AbstractParser { _ecSpecVersion; } exports.AbstractParser = AbstractParser; //# sourceMappingURL=AbstractParser.js.map