2024-04-20 21:24:55 +02:00
|
|
|
// @push.rocks scope
|
|
|
|
|
import * as smartfile from '@push.rocks/smartfile';
|
2026-05-01 18:34:20 +00:00
|
|
|
import * as smartpath from '@push.rocks/smartpath';
|
2024-04-20 21:24:55 +02:00
|
|
|
|
|
|
|
|
export {
|
|
|
|
|
smartfile,
|
|
|
|
|
smartpath,
|
2026-05-01 18:34:20 +00:00
|
|
|
};
|
2024-04-20 21:24:55 +02:00
|
|
|
|
|
|
|
|
// third party scope
|
|
|
|
|
import * as webdav from 'webdav';
|
|
|
|
|
|
|
|
|
|
export {
|
|
|
|
|
webdav,
|
2026-05-01 18:34:20 +00:00
|
|
|
};
|