UNPKG

jsmodern

Version:

An extension to existing JavaScript, influenced by other great languages such as Rust, Dart, Java, Golang, etc.

8 lines 217 B
export const lastItem = { label: 'lastItem', fn: function stringLastItem() { const ctx = this; return ctx.length < 2 ? ctx : ctx[ctx.length - 1]; }, }; //# sourceMappingURL=last-item.js.map