Type Alias ReadDirectory

ReadDirectory: ((path: string) => string[] | typeof unresolvable)

Returns the absolute paths of the files in a directory, excluding "." and "..", or unresolvable if the directory couldn't be read.