Removes the leading and trailing white space and line terminator characters from a string.
()
| 409 | |
| 410 | /** Removes the leading and trailing white space and line terminator characters from a string. */ |
| 411 | trim(): string; |
| 412 | |
| 413 | /** Returns the length of a String object. */ |
| 414 | length: number; |
no outgoing calls
no test coverage detected