|
há 1 ano atrás | |
---|---|---|
.. | ||
README.md | há 1 ano atrás | |
color.js | há 1 ano atrás | |
index.js | há 1 ano atrás | |
public.js | há 1 ano atrás |
utils
namespaceThis folder contains everything that's available via the utils namespace, before and after initialization:
const pgpLib = require('pg-promise');
const pgp = pgpLib(/*initialization options*/);
pgpLib.utils; // `utils` namespace
pgp.utils; // `utils` namespace