mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-06-05 20:02:05 +08:00
Removed unnecessary namespace declarations.
This commit is contained in:
15
types/guid/index.d.ts
vendored
15
types/guid/index.d.ts
vendored
@@ -19,19 +19,4 @@ declare namespace guid {
|
||||
function isGuid(value: string): boolean;
|
||||
|
||||
function raw(): string;
|
||||
|
||||
namespace create {
|
||||
const prototype: {
|
||||
};
|
||||
}
|
||||
|
||||
namespace isGuid {
|
||||
const prototype: {
|
||||
};
|
||||
}
|
||||
|
||||
namespace raw {
|
||||
const prototype: {
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user