0.1.0 • Published 10 years ago

typenode-bluebird v0.1.0

Weekly downloads
2
License
ISC
Repository
github
Last release
10 years ago

TypeNode Bluebird

npm Travis

TypeScript 1.5 declarations for Bluebird 2.9.

Why?

See TypeNode.

Problems

  • Types for functions with variable arguments before the last argument are only defined for up to three variable arguments
    • catch
    • join
    • try
    • method
    • using
    • promisify
  • bind does nothing, just like JavaScript bind in TypeScript
  • props cannot be declared
  • promisifyAll does nothing
  • call and get return Promise<any>

Patterns

See TypeNode.

License

Copyright © 2015, Curtis McEnroe curtis@cmcenroe.me

Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies.

THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.