mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
added atom/atom.d.ts and dependencies...
This commit is contained in:
@@ -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, ()=>{
|
||||
});
|
||||
Reference in New Issue
Block a user