UNPKG
@base-org/account
Version:
canary (2.5.1-canary.20251210211516)
latest (2.5.1)
payment-link (2.0.4-payment-link-payment-link)
placeholder (0.0.0)
3.2.1-canary.20250925162936
2.5.1
2.5.1-canary.20251210211516
2.5.0
2.4.2
2.4.1
2.4.1-canary.20251024173005
2.4.0
2.3.2-canary.20251001161241
2.3.1
2.3.1-canary.20250919194036
2.3.0
2.3.0-canary.20250912225908
2.2.0
2.1.0
2.1.0-canary.20250904205928
2.0.4-payment-link-payment-link
2.0.3-payment-link-payment-link
2.0.2
2.0.2-payment-link-payment-link
2.0.2-payment-link
2.0.2-canary.20250822164845
2.0.1
2.0.0
1.1.1
1.1.0
1.0.3
1.0.2
1.0.1
1.0.0
0.0.0
Base Account SDK
github.com/base/account-sdk
base/account-sdk
@base-org/account
/
dist
/
store
/
correlation-ids
/
store.d.ts
7 lines
•
236 B
TypeScript
View Raw
1
2
3
4
5
6
7
export
declare
const
correlationIds
: {
get
:
(
key
:
object
) =>
string
|
undefined
;
set
:
(
key
:
object
,
correlationId
:
string
) =>
void
;
delete
:
(
key
:
object
) =>
void
;
clear
:
() =>
void
; };
//# sourceMappingURL=store.d.ts.map