UNPKG

jsmodern

Version:

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

8 lines 204 B
export const firstItem = { label: 'firstItem', fn: function stringFirstItem() { const ctx = this; return !ctx.length ? '' : ctx[0]; }, }; //# sourceMappingURL=first-item.js.map