(obj: { [path: string]: FileFsRef }, key: string)
| 1386 | }; |
| 1387 | |
| 1388 | function hasProp(obj: { [path: string]: FileFsRef }, key: string): boolean { |
| 1389 | return Object.hasOwnProperty.call(obj, key); |
| 1390 | } |
| 1391 | |
| 1392 | export { diagnostics } from './diagnostics'; |
| 1393 |
no outgoing calls
no test coverage detected