UNPKG

@zendesk/react-measure-timing-hooks

Version:

react hooks for measuring time to interactive and time to render of components

5 lines (3 loc) 149 B
import type { Span } from './spanTypes' export const getSpanKey = <RelationSchemasT>(span: Span<RelationSchemasT>) => `${span.type}|${span.name}`