fix(core): update
This commit is contained in:
3
ts/index.ts
Normal file
3
ts/index.ts
Normal file
@ -0,0 +1,3 @@
|
||||
import * as plugins from './smartpersona.plugins';
|
||||
|
||||
export let standardExport = 'Hi there! :) This is an exported string';
|
1
ts/smartpersona.classes.organization.ts
Normal file
1
ts/smartpersona.classes.organization.ts
Normal file
@ -0,0 +1 @@
|
||||
import * as plugins from './smartpersona.plugins';
|
0
ts/smartpersona.classes.person.ts
Normal file
0
ts/smartpersona.classes.person.ts
Normal file
0
ts/smartpersona.classes.sessionhistory.ts
Normal file
0
ts/smartpersona.classes.sessionhistory.ts
Normal file
5
ts/smartpersona.plugins.ts
Normal file
5
ts/smartpersona.plugins.ts
Normal file
@ -0,0 +1,5 @@
|
||||
import * as tsclass from '@tsclass/tsclass';
|
||||
|
||||
export {
|
||||
tsclass
|
||||
};
|
0
ts/smartpersonal.classes.session.ts
Normal file
0
ts/smartpersonal.classes.session.ts
Normal file
Reference in New Issue
Block a user