UNPKG

@barchart/common-js

Version:
15 lines (14 loc) 299 B
/** * Utilities checking HTTP connections. * * @public * @module lang/connection * @deprecated */ /** * Returns true, if the input is a true boolean value; otherwise false. * * @param {boolean=} secure * @returns {boolean} */ export function getIsSecure(secure?: boolean | undefined): boolean;