We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c970cf commit 236df5bCopy full SHA for 236df5b
libraries/node-core-library/src/text/index.ts
@@ -1,6 +1,17 @@
1
// Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license.
2
// See LICENSE in the project root for license information.
3
4
+/**
5
+ * Operations for working with strings that contain text.
6
+ *
7
+ * @remarks
8
+ * The utilities provided by this class are intended to be simple, small, and very
9
+ * broadly applicable.
10
11
+ * @module
12
+ * @public
13
+ */
14
+
15
export { replaceAll } from './replaceAll';
16
export { convertToCrLf } from './convertToCrLf';
17
export { convertToLf } from './convertToLf';
0 commit comments