Validate validates a value and returns nil if passed or the failure reason if not.
(interface{})
| 31 | // Validate validates a value and returns nil if passed or |
| 32 | // the failure reason if not. |
| 33 | Validate(interface{}) error |
| 34 | |
| 35 | // Minifier returns the minifier instance. |
| 36 | // By default it can minifies: |
no outgoing calls
no test coverage detected