MCPcopy Index your code
hub / github.com/ocsjs/ocsjs / of

Method of

packages/core/src/utils/string.ts:91–93  ·  view source on GitHub ↗

* 根据字符串创建 StringUtils 对象 * @param text 字符串

(text: string)

Source from the content-addressed store, hash-verified

89 * @param text 字符串
90 */
91 static of(text: string) {
92 return new StringUtils(text);
93 }
94
95 toString() {
96 return this._text;

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected