choose color, intensity (number of stripes) and direction
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* ***** API ***** */ | |
| /* | |
| 1. | |
| Function.prototype.check({Checker}|[{Checker}],{*}) | |
| someFunc.check(someChecker,someData); | |
| {checker} can be of type: | |
| string - to check primitive data types: |
NewerOlder