fix(nodewebhelpers): Fix import and use correct module structure for Node.js streams in smartstream.nodewebhelpers.ts

This commit is contained in:
2024-11-19 09:51:05 +01:00
parent 673f5c86fb
commit 9e3fd28c4a
5 changed files with 129 additions and 5 deletions

View File

@@ -1,7 +1,8 @@
// node native
import * as fs from 'fs';
import * as stream from 'stream';
export { stream };
export { fs, stream };
// pushrocks scope
import * as lik from '@push.rocks/lik';