fluentnode
Version:
Fluent apis for node (based on the concepts used in C#'s FluentSharp
150 lines (109 loc) • 4.46 kB
HTML
<html>
<head>
<title>fluent.litcoffee</title>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, target-densitydpi=160dpi, initial-scale=1.0; maximum-scale=1.0; user-scalable=0;">
<link rel="stylesheet" media="all" href="docco.css" />
</head>
<body>
<div id="container">
<div id="background"></div>
<ul id="jump_to">
<li>
<a class="large" href="javascript:void(0);">Jump To …</a>
<a class="small" href="javascript:void(0);">+</a>
<div id="jump_wrapper">
<div id="jump_page">
<a class="source" href="Array.html">
Array.litcoffee
</a>
<a class="source" href="Boolean.html">
Boolean.litcoffee
</a>
<a class="source" href="Function.html">
Function.litcoffee
</a>
<a class="source" href="Number.html">
Number.litcoffee
</a>
<a class="source" href="Object.html">
Object.litcoffee
</a>
<a class="source" href="String.html">
String.litcoffee
</a>
<a class="source" href="_to_map_and_write_Tests.html">
_to_map_and_write_Tests.litcoffee
</a>
<a class="source" href="console.html">
console.litcoffee
</a>
<a class="source" href="fluent.html">
fluent.litcoffee
</a>
<a class="source" href="fs.html">
fs.litcoffee
</a>
<a class="source" href="http.html">
http.litcoffee
</a>
<a class="source" href="index.html">
index.js
</a>
<a class="source" href="path.html">
path.litcoffee
</a>
<a class="source" href="process.html">
process.litcoffee
</a>
</div>
</li>
</ul>
<ul class="sections">
<li id="title">
<div class="annotation">
<h1>fluent.litcoffee</h1>
</div>
</li>
<li id="section-1">
<div class="annotation">
<div class="pilwrap ">
<a class="pilcrow" href="#section-1">¶</a>
</div>
<p>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)</p>
<h3 id="table-of-contents">Table of contents</h3>
<p>The method extensions/protototypes are included the following files (and tests):</p>
<h4 id="core-javascript-classes">Core Javascript classes</h4>
<ul>
<li><a href="Array.html">Array</a> (<a href="Array.test.html">tests</a>)</li>
<li><a href="Boolean.html">Boolean</a></li>
<li><a href="Function.html">Function</a></li>
<li><a href="Number.html">Number</a></li>
<li><a href="Object.html">Object</a></li>
<li><a href="String.html">String</a></li>
</ul>
<h4 id="node-classes">Node classes</h4>
<ul>
<li><a href="console.html">console</a></li>
<li><a href="fs.html">fs</a></li>
<li><a href="http.html">http</a></li>
<li><a href="path.html">path</a></li>
<li><a href="process.html">process</a></li>
</ul>
<h4 id="assert-helpers">Assert helpers</h4>
<ul>
<li><a href="assert_Array.html">assert Array</a></li>
<li><a href="assert_Boolean.html">assert Boolean</a></li>
<li><a href="assert_Function.html">assert Function</a></li>
<li><a href="assert_Number.html">assert Number</a></li>
<li><a href="assert_Object.html">assert Object</a></li>
<li><a href="assert_String.html">assert String</a></li>
</ul>
</div>
</li>
</ul>
</div>
</body>
</html>