UNPKG

@coinbase/cdp-sdk

Version:

SDK for interacting with the Coinbase Developer Platform Wallet API

10 lines 350 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isAuthProvider = isAuthProvider; function isAuthProvider(value) { return (typeof value === "object" && value !== null && "getAuthRequest" in value && typeof value.getAuthRequest === "function"); } //# sourceMappingURL=AuthProvider.js.map