fix(core): update
This commit is contained in:
@ -1,3 +1 @@
|
||||
import * as plugins from './smartjimp.plugins';
|
||||
|
||||
export let standardExport = 'Hi there! :) This is an exported string';
|
||||
export * from './smartjimp.classes.smartjimp';
|
||||
|
5
ts/smartjimp.classes.smartjimp.ts
Normal file
5
ts/smartjimp.classes.smartjimp.ts
Normal file
@ -0,0 +1,5 @@
|
||||
import * as plugins from './smartjimp.plugins';
|
||||
|
||||
export class SmartJimp {
|
||||
|
||||
}
|
@ -1,4 +1,6 @@
|
||||
const removeme = {};
|
||||
// third party scope
|
||||
import jimp from 'jimp';
|
||||
|
||||
export {
|
||||
removeme
|
||||
jimp
|
||||
}
|
||||
|
Reference in New Issue
Block a user