• Takes an URL or a file path string, replaces \ with /, trims / character at the end, splits result by / character and returns the last element of resulting array.

    Parameters

    • url: undefined | string

    Returns undefined | string

Generated using TypeDoc