UNPKG

luda

Version:

A library helps to build cross-framework UI components.

9 lines (6 loc) 181 B
import find from './find.coffee' import matches from './matches.coffee' export default (selector, ctx) -> all = find selector, ctx all.push ctx if matches ctx, selector all