diff --git a/src/__snapshots__/index.spec.ts.snap b/src/__snapshots__/index.spec.ts.snap index 2f53fe2..468d5c4 100644 --- a/src/__snapshots__/index.spec.ts.snap +++ b/src/__snapshots__/index.spec.ts.snap @@ -90,6 +90,7 @@ Array [ "$stringToLowerCase", "$stringInterpolate", "STRING_EXPRESSIONS", + "CORE_TYPES", "typeExpressions", "$type", "$isType", diff --git a/src/expressions/type.ts b/src/expressions/type.ts index e526de6..832cada 100644 --- a/src/expressions/type.ts +++ b/src/expressions/type.ts @@ -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,