Files
smartwebdav/ts/plugins.ts
T

16 lines
243 B
TypeScript

// @push.rocks scope
import * as smartfile from '@push.rocks/smartfile';
import * as smartpath from '@push.rocks/smartpath';
export {
smartfile,
smartpath,
};
// third party scope
import * as webdav from 'webdav';
export {
webdav,
};