JSPM

common-callback-names

0.0.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 304
  • Score
    100M100P100Q109283F
  • License MIT

List of common callback names - callback, cb, callback_, next, done.

Package Exports

  • common-callback-names

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (common-callback-names) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

common-callback-names npmjs.com The MIT License

List of common callback names - callback, cb, callback_, next, done.

code climate standard code style travis build status coverage status dependency status

Install

npm i common-callback-names --save

Usage

For more use-cases see the tests

var commonCallbackNames = require('common-callback-names')

console.log(commonCallbackNames)
// => 
// [
//   "callback",
//   "callback_",
//   "cb",
//   "cb_",
//   "done",
//   "next"
// ]

List

Some of them are used in node core.

list.json

[
  "callback",
  "callback_",
  "cb",
  "cb_",
  "done",
  "next"
]

Contributing

Pull requests and stars are always welcome. For bugs and feature requests, please create an issue.
But before doing anything, please read the CONTRIBUTING.md guidelines.

Charlike Make Reagent new message to charlike freenode #charlike

tunnckoCore.tk keybase tunnckoCore tunnckoCore npm tunnckoCore twitter tunnckoCore github