UNPKG

stylelint-taro-rn

Version:

A collection of React Native specific rules for stylelint

6 lines (5 loc) 216 B
/** * Check if an options object's propertyName contains a user-defined string or * regex that matches the passed in input. */ export function optionsMatches(options: any, propertyName: any, input: any): boolean;