UNPKG

@effect-ts/system

Version:

Effect-TS is a zero dependency set of libraries to write highly productive, purely functional TypeScript at scale.

6 lines 410 B
export declare const tracingSymbol = "$trace"; export declare function traceCall<F extends Function>(f: F, trace: string | undefined): F; export declare function traceCallLast<A, B>(f: (a: A, __trace?: string) => B, __trace: string | undefined): (a: A, __trace?: string) => B; export declare function accessCallTrace(): string | undefined; export * from "./Global/index.js"; //# sourceMappingURL=index.d.ts.map