smartwebdav/ts/plugins.ts

16 lines
240 B
TypeScript
Raw Permalink Normal View History

2024-04-20 19:24:55 +00:00
// @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,
}