|
il y a 4 mois | |
---|---|---|
.. | ||
README.md | il y a 4 mois | |
color.js | il y a 4 mois | |
index.js | il y a 4 mois | |
public.js | il y a 4 mois |
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