Function: isRelevantNodeTlsOptionsObject()
isRelevantNodeTlsOptionsObject(
node:Readonly<TSESTree.ObjectExpression>):boolean
Defined in: _internal/node-tls-config.ts:101
Check whether an object literal is being used as options for a relevant Node TLS API.
Parametersâ
nodeâ
Readonly<TSESTree.ObjectExpression>
Object expression to inspect.
Returnsâ
boolean
Whether the object expression belongs to a TLS-relevant call site.