(rest: ReadonlyArray<Type>)
| 1299 | } |
| 1300 | |
| 1301 | const getRestASTs = (rest: ReadonlyArray<Type>): ReadonlyArray<AST> => rest.map((annotatedAST) => annotatedAST.type) |
| 1302 | |
| 1303 | /** |
| 1304 | * @category model |
no test coverage detected
searching dependent graphs…