UNPKG

auth0

Version:

Auth0 Node.js SDK for the Management API v2.

7 lines (6 loc) 199 B
export function isAuthProvider(value) { return (typeof value === "object" && value !== null && "getAuthRequest" in value && typeof value.getAuthRequest === "function"); }