fix(core): update

This commit is contained in:
2022-03-18 13:18:15 +01:00
parent ef5d4d2a9c
commit 0eec0c04e8
4 changed files with 161 additions and 1010 deletions

View File

@ -1,6 +1,13 @@
// node native scope
import * as path from 'path';
export { path };
// @gitzone scope
import * as tsbundle from '@gitzone/tsbundle';
export {
tsbundle
}
// @pushrocks scope
import * as lik from '@pushrocks/lik';
import * as smartchok from '@pushrocks/smartchok';