UNPKG

@coinbase/cdp-sdk

Version:

SDK for interacting with the Coinbase Developer Platform Wallet API

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