* Returns file information for the given * File wrapper.
(params: DOM.GetFileInfoParams)
| 5732 | * File wrapper. |
| 5733 | */ |
| 5734 | getFileInfo(params: DOM.GetFileInfoParams): Promise<DOM.GetFileInfoResult | undefined>; |
| 5735 | |
| 5736 | /** |
| 5737 | * Enables console to refer to the node with given id via $x (see Command Line API for more details |
no outgoing calls
no test coverage detected