UNPKG

@okta/okta-auth-js

Version:
7 lines (5 loc) 168 B
'use strict'; var isCallable = require('../internals/is-callable'); module.exports = function (it) { return typeof it == 'object' ? it !== null : isCallable(it); };