Add API package

This commit is contained in:
2026-05-05 12:03:46 +00:00
commit af7612c706
8 changed files with 180 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
// 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 };