extractBlockCmts.d.ts 86 B

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