fix(core): update

This commit is contained in:
2021-12-01 02:04:21 +01:00
parent 12ae27b2ff
commit 268201727c
3 changed files with 9 additions and 3 deletions

View File

@ -1,7 +1,9 @@
// node native
import * as fs from 'fs';
import * as path from 'path';
export {
fs,
path
}