UNPKG

stylelint-taro-rn

Version:

A collection of React Native specific rules for stylelint

3 lines (2 loc) 98 B
export const endsWith = (str, suffix) => str.indexOf(suffix, str.length - suffix.length) !== -1