Type alias IsDir<T>

IsDir<T>: IsFile<T> extends true ? false : true

Type Parameters

Generated using TypeDoc