bellini/ts_api/api.plugins.ts

16 lines
383 B
TypeScript
Raw Normal View History

2025-02-03 11:31:40 +01:00
// @bellini scope
import * as belliniInterfaces from '@bellini/interfaces';
export { belliniInterfaces };
// @apiglobal scope
import * as typedrequest from '@api.global/typedrequest';
export { typedrequest };
// @pushrocks scope
import * as smartpromise from '@push.rocks/smartpromise';
import * as smartstate from '@push.rocks/smartstate';
export { smartpromise, smartstate };