UNPKG

express-laravel-router

Version:
14 lines (10 loc) 175 B
"use strict"; /** * * @param {string} str * @returns {string} */ function removeFirstCharacter(str) { return str.slice(1); } module.exports = removeFirstCharacter;