@bitjson/typedoc
Version:
Create api documentation for TypeScript projects.
13 lines (12 loc) • 535 B
TypeScript
export { Type } from './abstract';
export { ArrayType } from './array';
export { IntrinsicType } from './intrinsic';
export { IntersectionType } from './intersection';
export { ReferenceType } from './reference';
export { ReflectionType } from './reflection';
export { StringLiteralType } from './string-literal';
export { TupleType } from './tuple';
export { TypeOperatorType } from './type-operator';
export { TypeParameterType } from './type-parameter';
export { UnionType } from './union';
export { UnknownType } from './unknown';