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

https://github.com/keyz/pmatch.js


https://github.com/keyz/pmatch.js

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# pmatch.js
```
Literal ::= Number | Boolean | undefined | null | String | Function
Wildcard ::= _
Datum ::= Wildcard | Literal | Identifier | [Datum *] | { String: Datum }
```