/** * @since 2.0.0 * * ```md * - Docs: https://effect-ts.github.io/io/modules/Debug.ts.html * - Module: "@effect/io/Debug" * ``` */ import { Debug, getCallTrace, getCallTraceFromNewError, isTraceEnabled, runtimeDebug, withCallTrace } from "@effect/io/Debug"; export { /** * @since 2.0.0 */ Debug, /** * @since 2.0.0 */ getCallTrace, /** * @since 2.0.0 */ getCallTraceFromNewError, /** * @since 2.0.0 */ isTraceEnabled, /** * @since 2.0.0 */ runtimeDebug, /** * @since 2.0.0 */ withCallTrace }; //# sourceMappingURL=debug.d.ts.map