UNPKG

@kurrent/kurrentdb-client

Version:
4 lines (3 loc) 216 B
import { Value } from "google-protobuf/google/protobuf/struct_pb"; export declare const mapToValue: (source: string) => Value; export declare const mapToValueMap: (obj: Record<string, string>) => Map<string, Value>;