path-type
Check if a path is a file, directory, or symlink
file-type
Detect the file type of a file, stream, or data
is-stream
Check if something is a Node.js stream
is-number
Returns true if a number or string value is a finite number. Useful for regex matches, parsing, user input, etc.