blob: 2cdf60b9c788ca3c4ac942b16658a2feaf46d7e4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# Gleam JavaScript 🌼
Work with JavaScript types and values in Gleam.
## Installation
Add this package to your Gleam project.
```shell
gleam add gleam_javascript
```
## Features
This library contains modules for working with...
- Arrays
- Mutable references
- Promises
- Symbols
- `typeof`
|