main
export const removeLeadingSlash = path => path.replace(/^\//, ''); export const removeTrailingSlash = path => path.replace(/\/$/, '');