https://github.com/eliseomartelli/moo
https://github.com/eliseomartelli/moo
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/eliseomartelli/moo
- Owner: eliseomartelli
- License: mit
- Created: 2023-05-05T12:06:22.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-05T12:09:38.000Z (about 2 years ago)
- Last Synced: 2025-03-19T10:40:55.867Z (4 months ago)
- Language: TypeScript
- Size: 12.9 MB
- Stars: 0
- Watchers: 2
- 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])
```