fix(core): update
This commit is contained in:
+1
-3
@@ -1,3 +1 @@
|
||||
import * as plugins from './paddle.plugins';
|
||||
|
||||
export let standardExport = 'Hi there! :) This is an exported string';
|
||||
export * from './paddle.classes.accounts';
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
import * as plugins from './paddle.plugins';
|
||||
|
||||
export class PaddleAccount {
|
||||
private apiKey: string
|
||||
|
||||
constructor(apiKeyArg: string) {
|
||||
this.apiKey = apiKeyArg;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user