4 lines
86 B
TypeScript
4 lines
86 B
TypeScript
declare function extractBlockCmts(str: string): string[];
|
|
|
|
export = extractBlockCmts;
|