UNPKG

luda

Version:

A library helps to build cross-framework UI components.

9 lines (5 loc) 172 B
import luda from '../base/luda.coffee' luda.include get: (index) -> return @els if index is undefined @els[if index < 0 then index + @els.length else index]