Skip to content

Commit

Permalink
Update js.hexa
Browse files Browse the repository at this point in the history
  • Loading branch information
PeyTy committed Jan 12, 2025
1 parent c9b7ba9 commit 81a8cc9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions library/js/js.hexa
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ declare fun parseFloat(text: String): Float
@infix('===') declare fun strictEqual(a: Any, b: Any): Bool
@infix('!==') declare fun strictNotEqual(a: Any, b: Any): Bool
declare fun delete(field: Any?): Bool
declare fun setTimeout(callback: ()=>Void, timeout: Int): Int

// Generated
@rename('selfVersion')
Expand Down

0 comments on commit 81a8cc9

Please sign in to comment.