@knodes/typedoc-pluginutils
Version:
A set of utilities for TypeDoc plugins
10 lines • 318 B
TypeScript
export * from './autoload';
export * from './base-plugin';
export * from './current-page-memo';
export * from './events-extra';
export * from './options';
export * from './plugin-logger';
export * from './reflection-paths';
export * from './text-replacers';
export * from './utils';
//# sourceMappingURL=index.d.ts.map