• Jump To … +
    Array.litcoffee Boolean.litcoffee Function.litcoffee Number.litcoffee Object.litcoffee String.litcoffee _to_map_and_write_Tests.litcoffee console.litcoffee fluent.litcoffee fs.litcoffee http.litcoffee index.js path.litcoffee process.litcoffee
  • fluent.litcoffee

  • ¶

    FluentNode are a set of Fluent apis for node applications (based on the concepts used in O2 Platforms C#’s FluentSharp APIs) and similar to UnderscoreJS (except that FluentNode actualy extends the target Javascript objects)

    Table of contents

    The method extensions/protototypes are included the following files (and tests):

    Core Javascript classes

    • Array (tests)
    • Boolean
    • Function
    • Number
    • Object
    • String

    Node classes

    • console
    • fs
    • http
    • path
    • process

    Assert helpers

    • assert Array
    • assert Boolean
    • assert Function
    • assert Number
    • assert Object
    • assert String