@barchart/common-js
Version:
Library of common JavaScript utilities
15 lines (14 loc) • 299 B
TypeScript
/**
* 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;