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 270 B
import "../../../Operator/index.js"; import { AtomicNumber } from "../../../Support/AtomicNumber/index.js"; export declare type TxnId = number; export declare const txnCounter: AtomicNumber; export declare function makeTxnId(): TxnId; //# sourceMappingURL=index.d.ts.map