smartexpose/ts/plugins.ts

13 lines
302 B
TypeScript
Raw Normal View History

2024-04-22 11:13:00 +00:00
// @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,
}