* Return the path of the module, which represents its path * when imported from TypeScript.
()
| 88 | * when imported from TypeScript. |
| 89 | */ |
| 90 | getModulePath(): any; |
| 91 | /** |
| 92 | * Returns the module exports object that should be returned to |
| 93 | * TypeScript when the module is imported. |
no outgoing calls
no test coverage detected