(source: unknown)
| 394 | } |
| 395 | |
| 396 | export const isSourceWithMap = (source: unknown): source is ISourceWithMap => |
| 397 | source instanceof Source && !!source.sourceMap; |
| 398 | |
| 399 | export interface IPreferredUiLocation extends IUiLocation { |
| 400 | isMapped: boolean; |
no outgoing calls
no test coverage detected