diff --git a/README.md b/README.md
index 03f2122102..0d10e551b8 100755
--- a/README.md
+++ b/README.md
@@ -106,6 +106,7 @@ List of Definitions
* [HashSet](http://www.timdown.co.uk/jshashtable/jshashset.html) (by [Sergey Gerasimov](https://github.com/gerich-home))
* [Hashtable](http://www.timdown.co.uk/jshashtable/) (by [Sergey Gerasimov](https://github.com/gerich-home))
* [Highcharts](http://www.highcharts.com/) (by [damianog](https://github.com/damianog))
+* [Highland](http://highlandjs.org/) (by [Bart van der Schoor](https://github.com/Bartvds/))
* [highlight.js](https://github.com/isagalaev/highlight.js) (by [Niklas Mollenhauer](https://github.com/nikeee))
* [History.js](https://github.com/browserstate/history.js) (by [Boris Yankov](https://github.com/borisyankov))
* [Html2Canvas.js](https://github.com/niklasvh/html2canvas/) (by [Richard Hepburn](https://github.com/rwhepburn))
diff --git a/highland/highland-tests.ts b/highland/highland-tests.ts
new file mode 100644
index 0000000000..7acc6c50b9
--- /dev/null
+++ b/highland/highland-tests.ts
@@ -0,0 +1,396 @@
+///
+
+// Note: try to maintain the ordering and separators
+
+// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
+
+var _: HighlandStatic;
+
+var obj: Object;
+var err: Error;
+var bool: boolean;
+var num: number;
+var str: string;
+var x: any;
+var f: Function;
+var fn: Function;
+var func: Function;
+var arr: any[];
+var exp: RegExp;
+var anyArr: any[];
+var strArr: string[];
+var numArr: string[];
+var funcArr: Function[];
+
+var readable: ReadableStream;
+var writable: WritableStream;
+var emitter: NodeEventEmitter;
+
+// - - - - - - - - - - - - - - - - -
+
+var value: any;
+var reason: any;
+var insanity: any;
+
+// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
+
+var numStream: Highland.Stream;
+var strStream: Highland.Stream;
+var anyStream: Highland.Stream;
+var boolStream: Highland.Stream;
+var objStream: Highland.Stream