DefinitelyTyped/types/pathwatcher/pathwatcher-tests.ts
2017-03-24 14:27:52 -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, ()=>{
});