2 lines
79 B
TypeScript
2 lines
79 B
TypeScript
export * from './index';
|
|
export type { BaseComment, Comment } from '../types';
|