UNPKG

oidc-client

Version:

OpenID Connect (OIDC) & OAuth2 client library

14 lines (11 loc) 542 B
// Declare the ES6 features we're using // TODO: Consider using the local function versions of these, so that we // avoid modifying browser globals (potential for interop bugs with other libraries // on the page that might be polyfilling ES6 features) import 'core-js/features/promise'; import 'core-js/features/function/bind'; import 'core-js/features/object/assign'; import 'core-js/features/array/find'; import 'core-js/features/array/some'; import 'core-js/features/array/is-array'; import 'core-js/features/array/splice';