Removed the superfluous namespace export

This commit is contained in:
Pontus Östlund
2018-09-26 20:00:14 +02:00
parent 36427656bd
commit 83de0118e3

View File

@@ -7,8 +7,6 @@
import { Stats } from "fs";
export as namespace walk;
export interface WalkStats extends Stats {
name: string;
type: "file"