(config)
| 1048 | })(); |
| 1049 | |
| 1050 | var assertConfig = function (config) { |
| 1051 | return new ConfigParam(config); |
| 1052 | }; |
| 1053 | |
| 1054 | // Param is exposed so that additional 'is' methods can be added to the prototype. |
| 1055 | core.Param = Param; |
no outgoing calls
no test coverage detected