UNPKG

express-laravel-router

Version:
14 lines (10 loc) 189 B
"use strict"; /** * * @param {string} str * @returns {string} */ function removeLastCharacter(str) { return str.slice(0, str.length - 1); } module.exports = removeLastCharacter;