massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-tsserver / node_modules / typescript / lib / lib.es2019.string.d.ts
index 6805a223a4469c27457675582ba2ab2b5556de3a..7b61a414f0bb532220e0e9d50c754797f261dca0 100644 (file)
@@ -25,9 +25,15 @@ interface String {
     /** Removes the leading white space and line terminator characters from a string. */\r
     trimStart(): string;\r
 \r
-    /** Removes the leading white space and line terminator characters from a string. */\r
+    /**\r
+     * Removes the leading white space and line terminator characters from a string.\r
+     * @deprecated A legacy feature for browser compatibility. Use `trimStart` instead\r
+     */\r
     trimLeft(): string;\r
 \r
-    /** Removes the trailing white space and line terminator characters from a string. */\r
+    /**\r
+     * Removes the trailing white space and line terminator characters from a string.\r
+     * @deprecated A legacy feature for browser compatibility. Use `trimEnd` instead\r
+     */\r
     trimRight(): string;\r
 }\r