import { globSync } from 'node:fs';
console.log(globSync('*.js'));
function
fs.globSync
pattern: string | readonly string[]
): string[];
@returns
paths of files that match the pattern.
pattern: string | readonly string[],
import { globSync } from 'node:fs';
console.log(globSync('*.js'));
@returns
paths of files that match the pattern.
pattern: string | readonly string[],
): string[];
import { globSync } from 'node:fs';
console.log(globSync('*.js'));
@returns
paths of files that match the pattern.
pattern: string | readonly string[],
import { globSync } from 'node:fs';
console.log(globSync('*.js'));
@returns
paths of files that match the pattern.