UNPKG

luda

Version:

A library helps to build cross-framework UI components.

8 lines (5 loc) 222 B
import camelCase from '../../base/camel-case.coffee' import isVariable from './is-variable.coffee' export default (prop, isVar) -> isVar = isVariable prop if isVar is undefined if isVar then prop else camelCase prop