mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-04-26 15:32:16 +00:00
11 lines
174 B
TypeScript
11 lines
174 B
TypeScript
|
export declare function UTC(
|
||
|
year: i32,
|
||
|
month: i32,
|
||
|
day: i32,
|
||
|
hour: i32,
|
||
|
minute: i32,
|
||
|
second: i32,
|
||
|
millisecond: i32
|
||
|
): f64;
|
||
|
export declare function now(): f64;
|