1.0.8 • Published 1 year ago

postg v1.0.8

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

Postg

Postg is a utility library for Node.js

Installation

NPM:

$ npm install ramda

In 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 sTRinG

Contributing

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.

1.0.8

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago