Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eliseomartelli/moo
https://github.com/eliseomartelli/moo
Last synced: 16 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/eliseomartelli/moo
- Owner: eliseomartelli
- License: mit
- Created: 2023-05-05T12:06:22.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-05-05T12:09:38.000Z (over 1 year ago)
- Last Synced: 2024-10-20T13:37:23.380Z (18 days ago)
- Language: TypeScript
- Size: 12.9 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
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])
```