mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-07 09:49:07 +00:00
Switching Stats from interface to type
This commit is contained in:
3
fs-extra-promise-es6/index.d.ts
vendored
3
fs-extra-promise-es6/index.d.ts
vendored
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user