* Extracts and parses the options of the current loader. * Parses string options as JSON or a query string. * @returns The parsed loader options
()
| 35 | * @returns The parsed loader options |
| 36 | */ |
| 37 | getOptions(): OptionsType; |
| 38 | |
| 39 | /** |
| 40 | * Extracts and parses the options of the current loader. |
no outgoing calls
no test coverage detected