smartexpose/ts/plugins.ts
2024-04-22 13:13:00 +02:00

13 lines
302 B
TypeScript

// @push.rocks scope
import * as smartfile from '@push.rocks/smartfile';
import * as smartjson from '@push.rocks/smartjson';
import * as smartwebdav from '@push.rocks/smartwebdav';
import * as taskbuffer from '@push.rocks/taskbuffer';
export {
smartfile,
smartjson,
smartwebdav,
taskbuffer,
}