Skip to content

Commit

Permalink
Export TLiteralValue (#702)
Browse files Browse the repository at this point in the history
Signed-off-by: Žiga Strgar <ziga.strgar@gmail.com>
  • Loading branch information
ZigaStrgar authored Dec 24, 2023
1 parent ca4d771 commit d0c9840
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export { Intersect, IntersectEvaluated, type TIntersect, type TIntersectEvaluate
export { Iterator, type TIterator } from './type/iterator/index'
export { Intrinsic, IntrinsicFromMappedKey, type TIntrinsic, Capitalize, type TCapitalize, Lowercase, type TLowercase, Uncapitalize, type TUncapitalize, Uppercase, type TUppercase } from './type/intrinsic/index'
export { KeyOf, type TKeyOf, type KeyOfFromMappedResult, KeyOfPropertyKeys, KeyOfPattern } from './type/keyof/index'
export { Literal, type TLiteral } from './type/literal/index'
export { Literal, type TLiteral, type TLiteralValue } from './type/literal/index'
export { Mapped, MappedKey, MappedResult, type TMapped, type TMappedKey, type TMappedResult, type TMappedFunction } from './type/mapped/index'
export { Never, type TNever } from './type/never/index'
export { Not, type TNot } from './type/not/index'
Expand Down

0 comments on commit d0c9840

Please sign in to comment.