mirror of
https://github.com/vale981/Vulcan
synced 2025-03-10 12:36:39 -04:00
11 lines
No EOL
255 B
JavaScript
11 lines
No EOL
255 B
JavaScript
/**
|
|
* @summary Telescope Telescope.email namespace
|
|
* @namespace Telescope.email
|
|
*/
|
|
Telescope.email = {};
|
|
|
|
Telescope.email.emails = {};
|
|
|
|
Telescope.email.addEmails = emails => {
|
|
Telescope.email.emails = Object.assign(Telescope.email.emails, emails);
|
|
}; |