UNPKG

stylelint-taro-rn

Version:

A collection of React Native specific rules for stylelint

5 lines (3 loc) 147 B
const kebabCase = string => string.replace(/([a-z])([A-Z])/g, '$1-$2').toLowerCase(); export { kebabCase }; //# sourceMappingURL=kebabCase.js.map