@itwin/ecschema-metadata
Version:
ECObjects core concepts in typescript
9 lines • 453 B
JavaScript
/*---------------------------------------------------------------------------------------------
* Copyright (c) Bentley Systems, Incorporated. All rights reserved.
* See LICENSE.md in the project root for license terms and full copyright notice.
*--------------------------------------------------------------------------------------------*/
/** @internal */
export class AbstractParser {
_ecSpecVersion;
}
//# sourceMappingURL=AbstractParser.js.map