DefinitelyTyped/pathwatcher/pathwatcher-tests.ts
2016-05-10 12:22:25 -07:00

11 lines
169 B
TypeScript

import pathwatcher = require("pathwatcher");
var File = pathwatcher.File;
var filePath: string;
var file = new File(filePath);
pathwatcher.watch(filePath, ()=>{
});