mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
replace internal module to namespace
This commit is contained in:
Vendored
+1
-1
@@ -15,7 +15,7 @@ declare module "glob" {
|
||||
function G(pattern: string, cb: (err: Error, matches: string[]) => void): void;
|
||||
function G(pattern: string, options: G.IOptions, cb: (err: Error, matches: string[]) => void): void;
|
||||
|
||||
module G {
|
||||
namespace G {
|
||||
function sync(pattern: string, options?: IOptions): string[];
|
||||
|
||||
function hasMagic(pattern: string, options?: IOptions): boolean;
|
||||
|
||||
Reference in New Issue
Block a user