(input)
| 3614 | subtract = createAdder(-1, 'subtract'); |
| 3615 | |
| 3616 | function isString(input) { |
| 3617 | return typeof input === 'string' || input instanceof String; |
| 3618 | } |
| 3619 | |
| 3620 | // type MomentInput = Moment | Date | string | number | (number | string)[] | MomentInputObject | void; // null | undefined |
| 3621 | function isMomentInput(input) { |
no outgoing calls
no test coverage detected