16 lines
383 B
TypeScript
16 lines
383 B
TypeScript
// @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 };
|