Functions
equals
- equals(one: object | undefined, other: object | undefined): boolean
-
Parameters
-
one: object | undefined
-
other: object | undefined
Returns boolean
is
- is(candidate: Object | undefined): candidate is FileStat
-
Parameters
-
candidate: Object | undefined
Returns candidate is FileStat