• Base returns the last element of path. Trailing path separators are removed before extracting the last element. If the path is empty, Base returns ".". If the path consists entirely of separators, Base returns a single separator.

    Parameters

    • path: string

    Returns string

Generated using TypeDoc