Submit
Path:
~
/
/
usr
/
share
/
nodejs
/
tiny-glob
/
File Content:
index.d.ts
type Options = { cwd?: string; dot?: boolean; absolute?: boolean; filesOnly?: boolean; flush?: boolean; }; type FilePath = string; declare function glob(str: string, opts?: Options): Promise<FilePath[]>; export = glob;
Submit
FILE
FOLDER
Name
Size
Permission
Action
index.d.ts
232 bytes
0644
index.js
2579 bytes
0644
package.json
700 bytes
0644
sync.d.ts
223 bytes
0644
sync.js
2447 bytes
0644
N4ST4R_ID | Naxtarrr