Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/eliseomartelli/moo


https://github.com/eliseomartelli/moo

Last synced: 16 days ago
JSON representation

Awesome Lists containing this project

README

        

# Moo

## Install

```
yarn add @eliseomartelli/moo
```

## Usage

```
import moo from "@eliseomartelli/moo"

// Strings

moo("foo", "bar")

// Tuples
moo("foo", ["bar", true])
```