fix(core): update

This commit is contained in:
2024-04-26 13:51:45 +02:00
parent 43b5dac24a
commit d82d9e4cfa
4 changed files with 58 additions and 19 deletions

View File

@@ -42,4 +42,8 @@ export class SmartExpose {
public async exposeFile(optionsArg: Parameters<ExposeProvider['exposeFile']>[0]) {
return this.provider.exposeFile(optionsArg);
}
public async exposeFileArray(optionsArg: Parameters<ExposeProvider['exposeFileArray']>[0]) {
return this.provider.exposeFileArray(optionsArg);
}
}