fix(core): update
This commit is contained in:
20
ts/plugins.ts
Normal file
20
ts/plugins.ts
Normal file
@ -0,0 +1,20 @@
|
||||
// node native
|
||||
import * as path from 'path';
|
||||
|
||||
export {
|
||||
path
|
||||
}
|
||||
|
||||
// @push.rocks scope
|
||||
import * as smartfile from '@push.rocks/smartfile';
|
||||
|
||||
export {
|
||||
smartfile
|
||||
}
|
||||
|
||||
// third party
|
||||
import * as pdfLib from 'pdf-lib';
|
||||
|
||||
export {
|
||||
pdfLib
|
||||
}
|
Reference in New Issue
Block a user