TypeScript documentation - type-params, lambdas and object-type.

This commit is contained in:
PanayotCankov
2014-06-02 16:49:28 +03:00
parent 24af339d5f
commit 36c1910cb2
2 changed files with 29 additions and 30 deletions

View File

@@ -2,7 +2,6 @@
// <snippet name="file-system">
// # File System
// Using the file system requires the FileSystem module.
// TODO: var fs = require("file-system"); => this will break the intellisense of the tests
// ``` JavaScript
import fs = require("file-system");
// ```