feat(HandelsRegister): Add file download functionality to HandelsRegister

This commit is contained in:
2025-01-04 02:27:53 +01:00
parent 7c07bc59e4
commit c177193438
7 changed files with 229 additions and 160 deletions

View File

@@ -6,6 +6,7 @@ export {
}
// @push.rocks scope
import * as lik from '@push.rocks/lik';
import * as qenv from '@push.rocks/qenv';
import * as smartarchive from '@push.rocks/smartarchive';
import * as smartbrowser from '@push.rocks/smartbrowser';
@@ -16,8 +17,10 @@ import * as smartpath from '@push.rocks/smartpath';
import * as smartpromise from '@push.rocks/smartpromise';
import * as smartrequest from '@push.rocks/smartrequest';
import * as smartstream from '@push.rocks/smartstream';
import * as smartunique from '@push.rocks/smartunique';
export {
lik,
qenv,
smartarchive,
smartbrowser,
@@ -28,6 +31,7 @@ export {
smartpromise,
smartrequest,
smartstream,
smartunique,
}
// @tsclass scope