UNPKG

112 BTypeScriptView Raw
1export declare function dateToTimestampProto(timeString?: string): {
2 seconds: number;
3 nanos: number;
4};