fix(core): update
This commit is contained in:
15
ts_web/plugins.ts
Normal file
15
ts_web/plugins.ts
Normal file
@@ -0,0 +1,15 @@
|
||||
// tsclass scope
|
||||
import * as tsclass from '@tsclass/tsclass';
|
||||
|
||||
export { tsclass };
|
||||
|
||||
// @pushrocks scope
|
||||
import * as smartjson from '@push.rocks/smartjson';
|
||||
import * as smarttime from '@push.rocks/smarttime';
|
||||
|
||||
export { smartjson, smarttime };
|
||||
|
||||
// third party
|
||||
import * as qrcode from 'qrcode';
|
||||
|
||||
export { qrcode };
|
Reference in New Issue
Block a user