Switching Stats from interface to type

This commit is contained in:
Joshua DeVinney
2016-09-20 08:09:14 -05:00
parent a0ffa74fd9
commit f422dcfbef

View File

@@ -11,8 +11,7 @@
import stream = require("stream");
import fs = require("fs");
export interface Stats extends fs.Stats {
}
export type Stats = fs.Stats
export interface FSWatcher {
close(): void;