11 lines
174 B
TypeScript
Raw Normal View History

export declare function UTC(
year: i32,
month: i32,
day: i32,
hour: i32,
minute: i32,
second: i32,
millisecond: i32
): f64;
export declare function now(): f64;