17 lines
493 B
TypeScript
17 lines
493 B
TypeScript
// Project scope
|
|
import * as shxInterfaces from '@smarthome.exchange/interfaces';
|
|
|
|
export { shxInterfaces };
|
|
|
|
// @api.global scope
|
|
import * as typedrequest from '@api.global/typedrequest';
|
|
import * as typedRequestInterfaces from '@api.global/typedrequest-interfaces';
|
|
import * as typedsocket from '@api.global/typedsocket';
|
|
|
|
export { typedrequest, typedRequestInterfaces, typedsocket };
|
|
|
|
// @push.rocks scope
|
|
import * as smartpromise from '@push.rocks/smartpromise';
|
|
|
|
export { smartpromise };
|