Function: parseBooleanSetting()
function parseBooleanSetting(value: string | undefined): boolean;
Defined in: electron/services/cloud/internal/cloudServiceSettings.ts:55
Parse a boolean stored as a string (currently "true" maps to true).
Parameters
value
string | undefined
Returns
boolean