extractBlockCmts.d.ts 86 B

123
  1. declare function extractBlockCmts(str: string): string[];
  2. export = extractBlockCmts;