mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-06-24 12:11:50 +00:00
Improve date binding compatibility
This commit is contained in:
2
std/portable/index.d.ts
vendored
2
std/portable/index.d.ts
vendored
@ -442,7 +442,7 @@ declare class Date {
|
||||
/** Returns the UTC timestamp of this date in milliseconds. */
|
||||
getTime(): number;
|
||||
/** Sets the UTC timestamp of this date in milliseconds. */
|
||||
setTime(value: number): void;
|
||||
setTime(value: number): number;
|
||||
}
|
||||
|
||||
declare namespace console {
|
||||
|
Reference in New Issue
Block a user