UNPKG

luda

Version:

A library helps to build cross-framework UI components.

12 lines (5 loc) 163 B
import Type from '../../base/type.coffee' pattern = /^\./ parse = (cls) -> if Type.isString cls then cls.replace pattern, '' else cls export default parse