2021-12-18 01:41:50 +01:00
|
|
|
// node native
|
|
|
|
|
import * as path from 'path';
|
2025-11-21 14:32:19 +00:00
|
|
|
import * as http from 'http';
|
|
|
|
|
import * as crypto from 'crypto';
|
|
|
|
|
import * as url from 'url';
|
|
|
|
|
import * as fs from 'fs';
|
2021-12-18 01:41:50 +01:00
|
|
|
|
2025-11-21 14:32:19 +00:00
|
|
|
export { path, http, crypto, url, fs };
|
2021-12-18 01:41:50 +01:00
|
|
|
|
2024-10-26 14:17:38 +02:00
|
|
|
// @push.rocks scope
|
2024-10-26 14:14:41 +02:00
|
|
|
import * as smartbucket from '@push.rocks/smartbucket';
|
|
|
|
|
import * as smartfile from '@push.rocks/smartfile';
|
|
|
|
|
import * as smartpath from '@push.rocks/smartpath';
|
2025-11-21 14:32:19 +00:00
|
|
|
import { SmartXml } from '@push.rocks/smartxml';
|
2021-12-18 01:41:50 +01:00
|
|
|
|
2025-11-21 14:32:19 +00:00
|
|
|
export { smartbucket, smartfile, smartpath, SmartXml };
|
2021-12-18 01:41:50 +01:00
|
|
|
|
2024-10-26 14:17:38 +02:00
|
|
|
// @tsclass scope
|
|
|
|
|
import * as tsclass from '@tsclass/tsclass';
|
|
|
|
|
|
|
|
|
|
export { tsclass };
|