1.0.8 • Published 3 years ago
postg v1.0.8
Postg
Postg is a utility library for Node.js
Installation
NPM:
$ npm install ramdaIn console:
const postg = require('postg');Use in browser:
<script src="path/to/yourCopyOf/postg.js"></script>Simple Exemple
const { macro } = require('postg');
macro('randomCaps', function(){
'my string'.split('').map((l) => Math.round(Math.random()) ? l.toUpperCase() : l.toLowerCase()).join('');
});
// => My sTRinGContributing
Before reporting a problem, ensure that it has not been reported or suggested.
Help
If you need help or are having problems, join our Discord Server.