mutable-array.flow

Utilities for working with arrays in flow

Usage no npm install needed!

<script type="module">
  import mutableArrayFlow from 'https://cdn.skypack.dev/mutable-array.flow';
</script>

README

mutable-array.flow

travis package downloads styled with prettier

Utilities for working with arrays in flow

Usage

Import

Rest of the the document & provided code examples assumes that library is installed (with yarn or npm) and imported as follows:

import { array, push } from "mutable-array.flow"

Install

npm install mutable-array.flow