2025-11-29 15:24:00 +00:00
|
|
|
// native scope
|
|
|
|
|
import * as path from 'path';
|
|
|
|
|
import * as http from 'http';
|
|
|
|
|
import * as https from 'https';
|
|
|
|
|
import * as fs from 'fs';
|
2025-12-05 12:27:41 +00:00
|
|
|
import * as zlib from 'zlib';
|
2025-11-29 15:24:00 +00:00
|
|
|
|
2025-12-05 12:27:41 +00:00
|
|
|
export { path, http, https, fs, zlib };
|
2025-11-29 15:24:00 +00:00
|
|
|
|
|
|
|
|
// @push.rocks scope
|
|
|
|
|
import * as smartpath from '@push.rocks/smartpath';
|
|
|
|
|
import * as smartenv from '@push.rocks/smartenv';
|
|
|
|
|
import * as smartlog from '@push.rocks/smartlog';
|
|
|
|
|
import * as lik from '@push.rocks/lik';
|
|
|
|
|
|
|
|
|
|
export { smartpath, smartenv, smartlog, lik };
|
2025-12-02 12:13:46 +00:00
|
|
|
|
|
|
|
|
// @api.global scope
|
|
|
|
|
import * as typedrequest from '@api.global/typedrequest';
|
|
|
|
|
|
|
|
|
|
export { typedrequest };
|