UNPKG

eslint-plugin-angular

Version:
6 lines (4 loc) 203 B
// example - valid: true angular.isArray(someArray); // example - valid: false, errorMessage: "You should use the angular.isArray method" Object.prototype.toString.call(someArray) === '[object Array]';