()
| 4243 | } |
| 4244 | |
| 4245 | function toJSON() { |
| 4246 | // new Date(NaN).toJSON() === null |
| 4247 | return this.isValid() ? this.toISOString() : null; |
| 4248 | } |
| 4249 | |
| 4250 | function isValid$2() { |
| 4251 | return isValid(this); |
nothing calls this directly
no outgoing calls
no test coverage detected