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.
- Host: GitHub
- URL: https://github.com/cyansalt/nobrac
- Owner: CyanSalt
- Created: 2017-01-07T10:00:27.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-01-07T10:18:16.000Z (over 9 years ago)
- Last Synced: 2025-02-17T20:04:06.748Z (over 1 year ago)
- Language: JavaScript
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```