We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 792b955 commit 19b8a4eCopy full SHA for 19b8a4e
src/methods/init/init.ts
@@ -3,11 +3,10 @@ import { buildOptions } from '../../utils/buildOptions/buildOptions';
3
import type { Options } from '../../types/Options';
4
5
/**
6
- * Initiation
+ * EmailJS global SDK config
7
* @param {object} options - the EmailJS global SDK config options
8
* @param {string} origin - the non-default EmailJS origin
9
*/
10
-
11
export const init = (
12
options: Options | string,
13
origin: string = 'https://api.emailjs.com',
0 commit comments