33 lines
620 B
TypeScript
33 lines
620 B
TypeScript
// @serve.zone scope
|
|
import * as servezoneInterfaces from '@serve.zone/interfaces';
|
|
|
|
export {
|
|
servezoneInterfaces
|
|
}
|
|
|
|
// @push.rocks scope
|
|
import * as smartpromise from '@push.rocks/smartpromise';
|
|
import * as smartrx from '@push.rocks/smartrx';
|
|
import * as webstream from '@push.rocks/smartstream/web';
|
|
|
|
export {
|
|
smartpromise,
|
|
smartrx,
|
|
webstream,
|
|
}
|
|
|
|
// @api.global scope
|
|
import * as typedrequest from '@api.global/typedrequest';
|
|
import * as typedsocket from '@api.global/typedsocket';
|
|
|
|
export {
|
|
typedrequest,
|
|
typedsocket
|
|
}
|
|
|
|
// @tsclass scope
|
|
import * as tsclass from '@tsclass/tsclass';
|
|
|
|
export {
|
|
tsclass,
|
|
} |