fix(core): update

This commit is contained in:
2023-07-02 22:17:27 +02:00
parent 2ddccdaab1
commit 7d703fe57e
3 changed files with 30 additions and 8 deletions

View File

@ -1,7 +1,9 @@
// node native
import * as v8 from 'v8';
import * as os from 'os';
import * as fs from 'fs';
export { os };
export { v8, os, fs };
// pushrocks scope
import * as smartdelay from '@pushrocks/smartdelay';