/evil-monkey

A set of convenient but extremely evil monkey patches to global prototypes (Note: but not Object, to avoid slowdowns). Use with extreme caution.

Primary LanguageTypeScript

module boilerplate

  • baseline for new standalone npm module projects

Usage

// example of code used in the README file
console.log('some __module_boilerplate_usage__ example');

Third-level heading

A regular paragraph, no bullet. Code below:

// Another code example

API

someFunctionInModuleBoilerplate

(varName: typeEg_string): returnTypeEg_number

  • varName: description

Examples:

someFunctionInModuleBoilerplate('hello');
// => hello output

anotherModuleBoilerplateFunction

(anotherVarName: string) => next

  • anotherVarName: description of argument
  • next: (err: Error, filename: string): string
    • example of how a callback would be described