fix(core): Fix import and typings for improved compatibility

This commit is contained in:
2024-10-26 14:17:38 +02:00
parent 6aef7da9c4
commit 36a1054b45
6 changed files with 19 additions and 3 deletions

View File

@@ -3,13 +3,19 @@ import * as path from 'path';
export { path };
// pushrocks scope
// @push.rocks scope
import * as smartbucket from '@push.rocks/smartbucket';
import * as smartfile from '@push.rocks/smartfile';
import * as smartpath from '@push.rocks/smartpath';
export { smartbucket, smartfile, smartpath };
// @tsclass scope
import * as tsclass from '@tsclass/tsclass';
export { tsclass };
// thirdparty scope
import s3rver from 's3rver';