massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-tsserver / node_modules / typescript / lib / lib.esnext.string.d.ts
index 20ca83984a854ca8fba6a9555220926cb55534fb..89b27e2fe909460e9f94d7f7f5031a55b8b18429 100644 (file)
@@ -15,21 +15,21 @@ and limitations under the License.
 
 
 
-/// <reference no-default-lib="true"/>\r
-
-
-interface String {\r
-    /**\r
-     * Replace all instances of a substring in a string, using a regular expression or search string.\r
-     * @param searchValue A string to search for.\r
-     * @param replaceValue A string containing the text to replace for every successful match of searchValue in this string.\r
-     */\r
-    replaceAll(searchValue: string | RegExp, replaceValue: string): string;\r
-\r
-    /**\r
-     * Replace all instances of a substring in a string, using a regular expression or search string.\r
-     * @param searchValue A string to search for.\r
-     * @param replacer A function that returns the replacement text.\r
-     */\r
-    replaceAll(searchValue: string | RegExp, replacer: (substring: string, ...args: any[]) => string): string;\r
-}\r
+/// <reference no-default-lib="true"/>
+
+
+interface String {
+    /**
+     * Replace all instances of a substring in a string, using a regular expression or search string.
+     * @param searchValue A string to search for.
+     * @param replaceValue A string containing the text to replace for every successful match of searchValue in this string.
+     */
+    replaceAll(searchValue: string | RegExp, replaceValue: string): string;
+
+    /**
+     * Replace all instances of a substring in a string, using a regular expression or search string.
+     * @param searchValue A string to search for.
+     * @param replacer A function that returns the replacement text.
+     */
+    replaceAll(searchValue: string | RegExp, replacer: (substring: string, ...args: any[]) => string): string;
+}