2025-12-14 10:58:46 +00:00
|
|
|
// node built-ins
|
|
|
|
|
import * as fs from 'fs';
|
|
|
|
|
import * as path from 'path';
|
|
|
|
|
import * as os from 'os';
|
|
|
|
|
|
|
|
|
|
export { fs, path, os };
|
|
|
|
|
|
|
|
|
|
// @push.rocks scope
|
|
|
|
|
import * as smartcli from '@push.rocks/smartcli';
|
|
|
|
|
import * as smartpromise from '@push.rocks/smartpromise';
|
|
|
|
|
import * as smartrx from '@push.rocks/smartrx';
|
|
|
|
|
import * as smartinteract from '@push.rocks/smartinteract';
|
|
|
|
|
|
|
|
|
|
export { smartcli, smartpromise, smartrx, smartinteract };
|
|
|
|
|
|
|
|
|
|
// @api.global scope
|
|
|
|
|
import * as typedrequest from '@api.global/typedrequest';
|
|
|
|
|
import * as typedsocket from '@api.global/typedsocket';
|
|
|
|
|
|
|
|
|
|
export { typedrequest, typedsocket };
|
|
|
|
|
|
2026-05-07 15:35:37 +00:00
|
|
|
// idp.global scope
|
|
|
|
|
import * as idpInterfaces from '@idp.global/interfaces';
|
2025-12-14 10:58:46 +00:00
|
|
|
|
|
|
|
|
export { idpInterfaces };
|