added atom/atom.d.ts and dependencies...

This commit is contained in:
vvakame
2014-04-15 01:56:00 +09:00
parent 7b588129bc
commit cf3934dd97
11 changed files with 1663 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
/// <reference path="./pathwatcher.d.ts" />
import pathwatcher = require("pathwatcher");
var File = pathwatcher.File;
var filePath: string;
var file = new File(filePath);
pathwatcher.watch(filePath, ()=>{
});