t-comm
Version:
专业、稳定、纯粹的工具库
12 lines (6 loc) • 306 B
JavaScript
;
Object.defineProperty(exports, '__esModule', { value: true });
var slash_slash = require('./slash.js');
exports.removeFirstAndLastSlash = slash_slash.removeFirstAndLastSlash;
exports.removeFirstSlash = slash_slash.removeFirstSlash;
exports.removeLastSlash = slash_slash.removeLastSlash;