UNPKG

@vuepress/shared-utils

Version:
7 lines (6 loc) 143 B
"use strict"; module.exports = function ensureEndingSlash(path) { return /(\.html|\/)$/.test(path) ? path : path + '/'; };