UNPKG

@coinbase/cdp-sdk

Version:

SDK for interacting with the Coinbase Developer Platform Wallet API

7 lines 239 B
export function isAuthProvider(value) { return (typeof value === "object" && value !== null && "getAuthRequest" in value && typeof value.getAuthRequest === "function"); } //# sourceMappingURL=AuthProvider.js.map