(callback: any, test: any)
| 34 | }); |
| 35 | |
| 36 | export const getCallbackOrUndefined = (callback: any, test: any): any => |
| 37 | test ? callback : undefined; |
| 38 | |
| 39 | export const getParams = < |
| 40 | Params extends HtmlTableParams | RelationshipInHtmlRowParams, |
no outgoing calls
no test coverage detected
searching dependent graphs…