CBORMap.get()

Returns the first value with the provided key or null if it doesn't exist.

Definition

function get(key: CBORValue): CBORValue | null;

Parameters

  • key