(factor: string)
| 82 | }; |
| 83 | |
| 84 | export const isBooleanFactor = (factor: string): factor is BooleanFactor => { |
| 85 | return BooleanFactorList.includes(factor as BooleanFactor); |
| 86 | }; |
| 87 | |
| 88 | export const isTimestampFactor = ( |
| 89 | factor: string |
no outgoing calls
no test coverage detected