(content: InputFileFormat)
| 148 | }; |
| 149 | |
| 150 | export const loadAsyncJSZip = async (content: InputFileFormat): Promise<JSZipFile> => { |
| 151 | return createJSZip().loadAsync(content); |
| 152 | }; |
| 153 | |
| 154 | export type JSZipFile = JSZippZipFile; |
| 155 |
no test coverage detected