fix(core): update

This commit is contained in:
2023-07-28 14:13:16 +02:00
parent 0517f95d25
commit 792224c96b
7 changed files with 116 additions and 36 deletions

View File

@@ -22,4 +22,13 @@ import * as smartpath from '@push.rocks/smartpath';
export {
smartfile,
smartpath,
}
// third party
import nodeFetch from 'node-fetch';
import * as httpsProxy from 'https-proxy-agent';
export {
nodeFetch,
httpsProxy,
}