(val: unknown)
| 187 | } |
| 188 | |
| 189 | export function isSourceInstance(val: unknown): val is Source { |
| 190 | return val instanceof SourceImpl; |
| 191 | } |
| 192 | |
| 193 | /** |
| 194 | * Create a source from option. |
no outgoing calls
no test coverage detected
searching dependent graphs…