2023-10-16 16:28:12 +00:00
|
|
|
// node native
|
|
|
|
import * as path from 'path';
|
|
|
|
|
2024-12-02 15:13:37 +00:00
|
|
|
export { path };
|
2023-10-16 16:28:12 +00:00
|
|
|
|
2024-12-02 15:04:58 +00:00
|
|
|
// dees-document scope
|
|
|
|
import * as shared from '../dist_ts_shared/index.js';
|
|
|
|
|
|
|
|
export { shared };
|
|
|
|
|
2023-10-16 16:28:12 +00:00
|
|
|
// @push.rocks/scope
|
|
|
|
import * as smartfile from '@push.rocks/smartfile';
|
|
|
|
import * as smartjson from '@push.rocks/smartjson';
|
|
|
|
import * as smartpath from '@push.rocks/smartpath';
|
|
|
|
import * as smartpdf from '@push.rocks/smartpdf';
|
|
|
|
|
2024-12-02 15:13:37 +00:00
|
|
|
export { smartfile, smartpath, smartjson, smartpdf };
|
2023-10-16 16:28:12 +00:00
|
|
|
|
|
|
|
// @tsclass scope
|
|
|
|
import * as tsclass from '@tsclass/tsclass';
|
|
|
|
|
2024-12-02 15:13:37 +00:00
|
|
|
export { tsclass };
|