addExtra(key, extra)
Adds extra to given item.
Arguments
Returns
Example
// `extra` will be either an object or undefined - depending if item exists or not
const extra = adapter.addExtra('key', { some: 'data' });Last updated