UNPKG

cloudevents

Version:
3 lines (2 loc) 125 B
import { CloudEventV1 } from "./interfaces"; export declare function validateCloudEvent<T>(event: CloudEventV1<T>): boolean;