fix(core): update

This commit is contained in:
2024-04-20 21:24:55 +02:00
commit 6a4d029dfe
17 changed files with 5447 additions and 0 deletions

4
ts/index.ts Normal file
View File

@@ -0,0 +1,4 @@
import * as plugins from './plugins.js';
export * from './classes.webdavclient.js';
export const authType = plugins.webdav.AuthType;