fix(core): update
This commit is contained in:
@ -1,3 +1,5 @@
|
||||
import * as plugins from './smartjwt.plugins';
|
||||
|
||||
export let standardExport = 'Hi there! :) This is an exported string';
|
||||
export class SmartJwt {
|
||||
|
||||
}
|
@ -1,2 +1,4 @@
|
||||
const removeme = {};
|
||||
export { removeme };
|
||||
import * as jsonwebtoken from 'jsonwebtoken';
|
||||
export {
|
||||
jsonwebtoken
|
||||
};
|
||||
|
Reference in New Issue
Block a user