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