How to use nanoid-dictionary - 1 common examples

To help you get started, we’ve selected a few nanoid-dictionary examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github berlioz-the / berlioz / lib / berlioz-common / processing / models / gcp / gcp-sql.js View on Github external
.onCreate(delta => {
            var suffix = generate(dictionary.lowercase, 10);
            var name = delta.naming.join('-') + '-' + suffix;
            return gcp.Sql.createInstance(name, delta.config.config);
        })
        .onUpdate(delta => {

nanoid-dictionary

Predefined character sets to use with nanoid

MIT
Latest version published 3 years ago

Package Health Score

50 / 100
Full package analysis

Popular nanoid-dictionary functions

Similar packages