()
| 10 | */ |
| 11 | |
| 12 | let validateFormat: (format?: string) => void = function () {}; |
| 13 | |
| 14 | if (process.env.NODE_ENV !== 'production') { |
| 15 | validateFormat = function (format?: string) { |
no outgoing calls
no test coverage detected
searching dependent graphs…