UNPKG

@bufbuild/cel

Version:

A CEL evaluator for ECMAScript

6 lines (5 loc) 213 B
import { type Timestamp } from "@bufbuild/protobuf/wkt"; /** * Creates a new Timestamp, validating the fields are in range. */ export declare function createTimestamp(seconds: bigint, nanos: number): Timestamp;