fix(core): update

This commit is contained in:
2019-02-23 13:46:36 +01:00
parent c37866bc3a
commit 9b96bfceb8
5 changed files with 103 additions and 8 deletions

View File

@ -1,3 +1,5 @@
import * as plugins from './smartjwt.plugins';
export let standardExport = 'Hi there! :) This is an exported string';
export class SmartJwt {
}

View File

@ -1,2 +1,4 @@
const removeme = {};
export { removeme };
import * as jsonwebtoken from 'jsonwebtoken';
export {
jsonwebtoken
};