Skip to content

Commit

Permalink
Export IEmpackEnvMetaFile from index (#127)
Browse files Browse the repository at this point in the history
  • Loading branch information
trungleduc authored Oct 24, 2024
1 parent 08f6059 commit ea918a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -116,3 +116,4 @@ const empackEnvMetaPlugin: JupyterLiteServerPlugin<IEmpackEnvMetaFile> = {
plugins.push(empackEnvMetaPlugin);

export default plugins;
export { IEmpackEnvMetaFile };

0 comments on commit ea918a0

Please sign in to comment.