UNPKG

auth0

Version:

Auth0 Node.js SDK for the Management API v2.

10 lines (9 loc) 310 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"); }