Git Product home page Git Product logo

Comments (1)

brendanashworth avatar brendanashworth commented on July 2, 2024

Hi @jcreager, apologies for the response time.

The module is entirely synchronous and doesn't offer an asynchronous option. One could be added in the future but as of right now, we only use sync methods and don't use any callbacks.

Sorry if that's confusing. I'll try and fix your confusion:

console.log in this example returns undefined

It will return undefined — it'll print the password to the console. password is where the value is.

The password is logged to the console as expected rather than undefined.

The module code doesn't support any async stuff, so that shouldn't — and doesn't — work. The function doesn't even accept a callback parameter.

self.generate method actually does return a callback

It does not. The inner generate will always return a string.

Did that clear it all up?

from generate-password.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.