/* try { require.resolve('crypto-js'); } catch (error) { console.log( '❌ CryptoJS package not found, please install it with: pnpm add crypto-js' ); } */ // This module is implementing solutions for OAuth2.0 protocol for the server. export * from './_routes/oauth2.controller'; export * from './_services/oauth2.auth-service'; export * from './_services/oauth2.control-service';