@itwin/core-bentley
Version:
Bentley JavaScript core components
81 lines • 2.75 kB
JavaScript
/*---------------------------------------------------------------------------------------------
* Copyright (c) Bentley Systems, Incorporated. All rights reserved.
* See LICENSE.md in the project root for license terms and full copyright notice.
*--------------------------------------------------------------------------------------------*/
export * from "./AccessToken";
export * from "./Assert";
export * from "./BeEvent";
export * from "./BentleyError";
export * from "./BentleyLoggerCategory";
export * from "./StatusCategory";
export * from "./BeSQLite";
export * from "./ByteStream";
export * from "./ClassUtils";
export * from "./Compare";
export * from "./CompressedId64Set";
export * from "./Dictionary";
export * from "./Disposable";
export * from "./Id";
export * from "./IndexMap";
export * from "./JsonSchema";
export * from "./JsonUtils";
export * from "./Logger";
export * from "./LRUMap";
export * from "./ObservableSet";
export * from "./OneAtATimeAction";
export * from "./OrderedId64Iterable";
export * from "./OrderedSet";
export * from "./partitionArray";
export * from "./PriorityQueue";
export * from "./ProcessDetector";
export * from "./SortedArray";
export * from "./StringUtils";
export * from "./Time";
export * from "./Tracing";
export * from "./TupleKeyedMap";
export * from "./TypedArrayBuilder";
export * from "./UnexpectedErrors";
export * from "./UtilityTypes";
export * from "./YieldManager";
// Temporarily (until 5.0) export top-level internal APIs to avoid breaking callers.
export * from "./internal/cross-package";
/** @docs-package-description
* The core-bentley package contains classes to solve problems that are common for both client and server use cases.
*/
/**
* @docs-group-description BeSQLite
* Classes for working with SQLite databases. SQLite underlies IModelDb and ECDb - see [Executing ECSQL]($docs/learning/ECSQL.md)
*/
/**
* @docs-group-description Errors
* Classes for working with errors.
*/
/**
* @docs-group-description Events
* Classes for raising and handling events.
*/
/**
* @docs-group-description Ids
* Classes for working with unique identifiers.
*/
/**
* @docs-group-description Logging
* Classes for configuring and logging diagnostic messages - see [Learning about Logging]($docs/learning/common/Logging.md)
*/
/**
* @docs-group-description Collections
* Specialized, customizable collection classes like priority queues.
*/
/**
* @docs-group-description Json
* utilities for dealing with Json strings and files.
*/
/**
* @docs-group-description Utils
* Miscellaneous utility classes.
*/
/**
* @docs-group-description ProcessDetector
* Functions for determining the type of the current JavaScript process.
*/
//# sourceMappingURL=core-bentley.js.map