fix(core): update
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user