UNPKG

keycloakify-library-3

Version:
4 lines (3 loc) 91 B
export function pathBasename(path: string) { return path.split("/").reverse()[0]; }