(id: string, url: string)
| 26 | }; |
| 27 | |
| 28 | const loadScript = (id: string, url: string): Promise<any> => |
| 29 | tinymce.Resource.load(id, url); |
| 30 | |
| 31 | const unloadScript = (id: string) => { |
| 32 | tinymce.Resource.unload(id); |
no test coverage detected
searching dependent graphs…