(withoutSuffix)
| 3555 | } |
| 3556 | |
| 3557 | function fromNow (withoutSuffix) { |
| 3558 | return this.from(local__createLocal(), withoutSuffix); |
| 3559 | } |
| 3560 | |
| 3561 | function to (time, withoutSuffix) { |
| 3562 | if (!this.isValid()) { |
nothing calls this directly
no test coverage detected