UNPKG

@dash0/sdk-web

Version:

Dash0's Web SDK to collect telemetry from end-users' web browsers

8 lines (6 loc) 121 B
export function noop() { // This function is intentionally empty. } export function identity<T>(a: T) { return a; }