(u: unknown)
| 113 | * @since 4.0.0 |
| 114 | */ |
| 115 | export const isFragment = (u: unknown): u is Fragment => hasProperty(u, FragmentTypeId) |
| 116 | |
| 117 | /** |
| 118 | * Creates a type guard for custom SQL segments with the specified custom kind. |
no outgoing calls
no test coverage detected