32 lines
862 B
TypeScript
32 lines
862 B
TypeScript
// node native
|
|
|
|
// project native
|
|
import * as idpCatalog from '@idp.global/catalog';
|
|
import * as idpInterfaces from '@idp.global/interfaces';
|
|
import * as idpClient from '@idp.global/sdk/browser';
|
|
|
|
export { idpCatalog, idpInterfaces, idpClient };
|
|
|
|
// @api.global scope
|
|
import * as typedrequest from '@api.global/typedrequest';
|
|
|
|
export { typedrequest };
|
|
|
|
// @design.estate scope
|
|
import * as deesCatalog from '@design.estate/dees-catalog';
|
|
import * as deesDomtools from '@design.estate/dees-domtools';
|
|
import * as deesElement from '@design.estate/dees-element';
|
|
|
|
export { deesCatalog, deesDomtools, deesElement };
|
|
|
|
// @push.rocks scope
|
|
import * as smartpromise from '@push.rocks/smartpromise';
|
|
import * as smarturl from '@push.rocks/smarturl';
|
|
|
|
export { smartpromise, smarturl };
|
|
|
|
// @tsclass scope
|
|
import * as tsclass from '@tsclass/tsclass';
|
|
|
|
export { tsclass };
|