chore: remove redundant fileoverview from ts

This commit is contained in:
Maribeth Bottorff
2022-08-16 16:11:00 -07:00
parent 8556a22fd6
commit 169959bc08
253 changed files with 1079 additions and 1440 deletions

View File

@@ -4,12 +4,6 @@
* SPDX-License-Identifier: Apache-2.0
*/
/**
* @fileoverview Utility methods for string manipulation.
* These methods are not specific to Blockly, and could be factored out into
* a JavaScript framework such as Closure.
*/
/**
* Utility methods for string manipulation.
* These methods are not specific to Blockly, and could be factored out into