(u: unknown)
| 48 | * @since 3.0.6 |
| 49 | */ |
| 50 | export const isGenKind = (u: unknown): u is GenKind<any, any, any, any, any> => isObject(u) && GenKindTypeId in u |
| 51 | |
| 52 | /** |
| 53 | * @category constructors |
nothing calls this directly
no test coverage detected
searching dependent graphs…