(u: unknown)
| 196 | |
| 197 | /** @internal */ |
| 198 | export const isReference = (u: unknown): u is C.Reference<any, any> => hasProperty(u, ReferenceTypeId) |
| 199 | |
| 200 | const _empty = makeContext(new Map()) |
| 201 |
no outgoing calls
no test coverage detected
searching dependent graphs…