BREAKING CHANGE(core): update

This commit is contained in:
2023-11-06 18:14:21 +01:00
parent 35f66736f0
commit a9bd693065
18 changed files with 2373 additions and 1496 deletions

13
test/plugins.ts Normal file
View File

@@ -0,0 +1,13 @@
import * as path from 'path';
import * as smartpath from '@push.rocks/smartpath';
import * as smartfile from '@push.rocks/smartfile';
import * as smartrequest from '@push.rocks/smartrequest';
import * as smartstream from '@push.rocks/smartstream';
export {
path,
smartpath,
smartfile,
smartrequest,
smartstream,
}