fix(core): update

This commit is contained in:
2024-06-06 23:33:35 +02:00
parent 26a67d9662
commit 477736da82
3 changed files with 6 additions and 6 deletions

View File

@@ -1,9 +1,10 @@
// node native scope
import * as fs from 'fs';
import * as fsPromises from 'fs/promises';
import * as path from 'path';
import * as stream from 'stream';
export { fs, path, stream };
export { fs, fsPromises, path, stream };
// @pushrocks scope
import * as lik from '@push.rocks/lik';