7 lines
150 B
JavaScript
7 lines
150 B
JavaScript
/** @type {string[]} */
|
|
const DOMAINS = [];
|
|
/** @type {string[]} */
|
|
const DOMAINS_PRELOGIN = [];
|
|
|
|
export { DOMAINS_PRELOGIN };
|
|
export default DOMAINS; |