UNPKG

@coinbase/cdp-sdk

Version:

SDK for interacting with the Coinbase Developer Platform Wallet API

11 lines 244 B
export const Supplier = { get: async (supplier) => { if (typeof supplier === "function") { return supplier(); } else { return supplier; } }, }; //# sourceMappingURL=Supplier.js.map