@code-to-json/core
Version:
[](https://travis-ci.org/code-to-json/code-to-json) [](https://d
10 lines • 622 B
TypeScript
export { walkProgram, WalkerOutput, WalkerOutputData, WalkerOutputMetadata } from './walker';
export { SerializedSignature } from './serializers/signature';
export { SerializedSymbol } from './serializers/symbol';
export { SerializedType } from './serializers/type';
export { SerializedDeclaration } from './serializers/declaration';
export { SerializedNode } from './serializers/node';
export { SerializedSourceFile } from './serializers/source-file';
export { Flags } from './flags';
export { TypeRef, SourceFileRef, SymbolRef, DeclarationRef, NodeRef } from './processing-queue/ref';
//# sourceMappingURL=index.d.ts.map