Skip to content

Commit

Permalink
expose context type
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskalmar committed Feb 15, 2021
1 parent 6dd33f9 commit b322189
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,8 @@ import {
ListDataTypeSetupType,
} from './engine/datatype/ListDataType';

import { Context } from './engine/context/Context';

import { Language } from './engine/models/Language';
import { User } from './engine/models/User';

Expand Down Expand Up @@ -226,6 +228,7 @@ export {
isListDataType,
buildListDataType,
ListDataTypeSetupType,
Context,
passOrThrow,
resolveFunctionMap,
isMap,
Expand Down

0 comments on commit b322189

Please sign in to comment.