Gets all JavaScript/TypeScript files from a directory | Function
getAllFiles(path: string, foldersOnly?: boolean)
path
The path to the directory
String
foldersOnly?
Only find folders, not files
Boolean
string[]
Last updated 3 years ago