Function: isNodeTLSAShape()
function isNodeTLSAShape(obj: unknown): boolean;
Defined in: src/node-compat.ts:85
Determine if a given object matches the Node TLSA shape
Parameters
obj
unknown
Returns
boolean
function isNodeTLSAShape(obj: unknown): boolean;
Defined in: src/node-compat.ts:85
Determine if a given object matches the Node TLSA shape
unknown
boolean