mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Merge branch 'master' into rename-repo-url
This commit is contained in:
+1
-1
@@ -7,7 +7,7 @@
|
||||
|
||||
declare module "recursive-readdir" {
|
||||
import * as fs from "fs";
|
||||
module RecursiveReaddir {
|
||||
namespace RecursiveReaddir {
|
||||
interface readdir {
|
||||
(path: string, callback: (error: Error, files: string[]) => any): void;
|
||||
// ignorePattern supports glob syntax via https://github.com/isaacs/minimatch
|
||||
|
||||
Reference in New Issue
Block a user