UNPKG

stylelint-taro-rn

Version:

A collection of React Native specific rules for stylelint

8 lines (7 loc) 225 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.endsWith = void 0; const endsWith = (str, suffix) => str.indexOf(suffix, str.length - suffix.length) !== -1; exports.endsWith = endsWith;