ryanemax c30f18a9e0 feat: face feat68 model il y a 4 mois
..
README.md c30f18a9e0 feat: face feat68 model il y a 4 mois
color.js c30f18a9e0 feat: face feat68 model il y a 4 mois
index.js c30f18a9e0 feat: face feat68 model il y a 4 mois
public.js c30f18a9e0 feat: face feat68 model il y a 4 mois

README.md

utils namespace

This 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