UNPKG

signup-login-module-with-authorizedotnet-gateway

Version:
13 lines (9 loc) 267 B
'use strict'; async function constants(configuration) { module.exports.service = configuration.service; module.exports.email = configuration.email; module.exports.password = configuration.password; } module.exports = { constants: constants, };