Skip to content

Commit 236df5b

Browse files
Copilotdmichon-msft
andcommitted
Add module documentation comment with @module tag to text/index.ts
Co-authored-by: dmichon-msft <[email protected]>
1 parent 7c970cf commit 236df5b

File tree

1 file changed

+11
-0
lines changed
  • libraries/node-core-library/src/text

1 file changed

+11
-0
lines changed

libraries/node-core-library/src/text/index.ts

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
// Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license.
22
// See LICENSE in the project root for license information.
33

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+
415
export { replaceAll } from './replaceAll';
516
export { convertToCrLf } from './convertToCrLf';
617
export { convertToLf } from './convertToLf';

0 commit comments

Comments
 (0)