( _tag: ArrayFormatterIssue["_tag"], path: ArrayFormatterIssue["path"], message: ArrayFormatterIssue["message"] )
| 1967 | } |
| 1968 | |
| 1969 | const makeArrayFormatterIssue = ( |
| 1970 | _tag: ArrayFormatterIssue["_tag"], |
| 1971 | path: ArrayFormatterIssue["path"], |
| 1972 | message: ArrayFormatterIssue["message"] |
| 1973 | ): ArrayFormatterIssue => ({ _tag, path, message }) |
| 1974 | |
| 1975 | /** |
| 1976 | * @category formatting |
no outgoing calls
no test coverage detected
searching dependent graphs…