UNPKG

stylelint-taro-rn

Version:

A collection of React Native specific rules for stylelint

5 lines (3 loc) 149 B
const endsWith = (str, suffix) => str.indexOf(suffix, str.length - suffix.length) !== -1; export { endsWith }; //# sourceMappingURL=endsWith.js.map