UNPKG

@fiberplane/hono-otel

Version:

Hono middleware to forward OpenTelemetry traces to a local instance of @fiberplane/studio

4 lines (3 loc) 127 B
export function isWrapped(func) { return (typeof func === "function" && "__wrapped" in func && func.__wrapped === true); }