fix(core): update

This commit is contained in:
2020-09-22 22:54:05 +00:00
parent 9e6b92f864
commit d170af1db5
3 changed files with 16 additions and 0 deletions

View File

@ -1,2 +1,3 @@
export * from './sdk.classes.agenvironment';
export * from './sdk.classes.aghandler';
export * from './sdk.classes.authinfo';

View File

@ -0,0 +1,8 @@
import * as plugins from './sdk.plugins';
/**
* AgEnvironment handles the provision of environment variables to handlers
*/
export class AgEnvironment {
}