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

https://github.com/cyansalt/nobrac

Define method with no brackets.
https://github.com/cyansalt/nobrac

Last synced: about 1 month ago
JSON representation

Define method with no brackets.

Awesome Lists containing this project

README

          

```javascript
const def = require('nobrac')

let util = {}
def (util).roll = () => Math.random()
util.roll // 0.6585894937683738
util.roll // 0.7191551475584681
```