eve
Version:
Filesystem-first framework for durable backend AI agents that run anywhere.
4 lines (3 loc) • 299 B
TypeScript
import type { InstrumentationChannelKind } from "#public/channels/index.js";
export declare function isInstrumentationChannelKind(kind: string): kind is InstrumentationChannelKind;
export declare function normalizeInstrumentationChannelKind(rawKind: string | undefined): InstrumentationChannelKind;