UNPKG

abbott-methods

Version:

abbott,methods,method,functions,function

7 lines (6 loc) 176 B
/** * @description 获取http(s) * @returns {string} */ export const addressBarHttp = (): string => document.location.protocol === 'https:' ? 'https://' : 'http://'