mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-24 05:06:02 +08:00
Removed the superfluous namespace export
This commit is contained in:
2
types/walk/index.d.ts
vendored
2
types/walk/index.d.ts
vendored
@@ -7,8 +7,6 @@
|
||||
|
||||
import { Stats } from "fs";
|
||||
|
||||
export as namespace walk;
|
||||
|
||||
export interface WalkStats extends Stats {
|
||||
name: string;
|
||||
type: "file"
|
||||
|
||||
Reference in New Issue
Block a user