Skip to content

Commit

Permalink
feat(type): expose CORE_EXPRESSIONS
Browse files Browse the repository at this point in the history
  • Loading branch information
simonfan committed Feb 27, 2021
1 parent f71ff16 commit 4290c29
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/__snapshots__/index.spec.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ Array [
"$stringToLowerCase",
"$stringInterpolate",
"STRING_EXPRESSIONS",
"CORE_TYPES",
"typeExpressions",
"$type",
"$isType",
Expand Down
2 changes: 1 addition & 1 deletion src/expressions/type.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export const typeExpressions = (

const [$type, $isType] = typeExpressions(CORE_TYPES)

export { $type, $isType }
export { $type, $isType, CORE_TYPES }

export const TYPE_EXPRESSIONS = {
$type,
Expand Down

0 comments on commit 4290c29

Please sign in to comment.