1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/vlib/js/README.md

7 lines
156 B
Markdown
Raw Normal View History

## Description:
`js` is frontend/browser specific module, that provides access to global JS functions.
2023-02-13 11:29:02 +03:00
> **Note**
> It *only* works with the JS backend.