routie dev init since i didn't adhere to any proper guidance up until now
This commit is contained in:
+9
@@ -0,0 +1,9 @@
|
||||
import type { Duration } from "./gen/google/protobuf/duration_pb.js";
|
||||
/**
|
||||
* Create a google.protobuf.Duration message from a Unix timestamp in milliseconds.
|
||||
*/
|
||||
export declare function durationFromMs(durationMs: number): Duration;
|
||||
/**
|
||||
* Convert a google.protobuf.Duration to a Unix timestamp in milliseconds.
|
||||
*/
|
||||
export declare function durationMs(duration: Duration): number;
|
||||
Reference in New Issue
Block a user