chore: import upstream snapshot with attribution

This commit is contained in:
wehub-resource-sync
2026-07-13 13:13:17 +08:00
commit 58ab8315aa
8961 changed files with 5602567 additions and 0 deletions
@@ -0,0 +1,18 @@
# WrapString
*in [Lib.string.transform](README.md)*
Wraps a string at a column width
## Input Parameters
| Name (Relevancy & Type) | Description |
|---|---|
| **InputText** (String) | — |
| **WrapColumn** (Int32) | — |
| **Mode** (Int32) | — |
## Outputs
| Name | Type |
|---|---|
| **Result** | System.String |