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.
\
/
Generated using TypeDoc
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.