deno.land / std@0.157.0 / fs / testdata / expand_wildcard.js

expand_wildcard.js
نووسراو ببینە
1
2
3
4
5
6
7
import { expandGlob } from "../expand_glob.ts";
const glob = new URL("*", import.meta.url).pathname;for await (const { filename } of expandGlob(glob)) { console.log(filename);}
std

Version Info

Tagged at
a year ago