3 lines
142 B
TypeScript
3 lines
142 B
TypeScript
![]() |
import { FormattingState } from '../state';
|
||
|
export declare function FormatHandleBlockComment(text: string, STATE: FormattingState): string;
|