bellini/ts_api/api.plugins.ts

16 lines
386 B
TypeScript
Raw Permalink Normal View History

2025-02-03 11:31:40 +01:00
// @bellini scope
import * as belliniInterfaces from '@bellini.io/interfaces';
2025-02-03 11:31:40 +01:00
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 };