(source: any)
| 20 | // input. |
| 21 | // tslint:disable-next-line:no-any |
| 22 | export function isLocalPath(source: any): boolean { |
| 23 | return (typeof source === 'string') && source.slice(0, 7) === 'file://'; |
| 24 | } |
no test coverage detected
searching dependent graphs…