UNPKG

prettierx

Version:

prettierX - a less opinionated fork of the Prettier code formatter

6 lines (3 loc) 88 B
"use strict"; const getLast = (arr) => arr[arr.length - 1]; module.exports = getLast;