Files
smartwebdav/ts/index.ts
T

4 lines
133 B
TypeScript
Raw Normal View History

2024-04-20 21:24:55 +02:00
import * as plugins from './plugins.js';
export * from './classes.webdavclient.js';
export const authType = plugins.webdav.AuthType;