File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -134,6 +134,8 @@ pnpm add @utopia-utils/dom
134134* desensitizePhone: 手机号脱敏。[ source] ( https://github.com/GreatAuk/utopia-utils/blob/main/packages/core/src/stringDesensitize.ts )
135135* desensitizeIdCard: 身份证脱敏。[ source] ( https://github.com/GreatAuk/utopia-utils/blob/main/packages/core/src/stringDesensitize.ts )
136136* desensitizeEmail: 邮箱脱敏。[ source] ( https://github.com/GreatAuk/utopia-utils/blob/main/packages/core/src/stringDesensitize.ts )
137+ * createPoll: 创建一个轮询器。[ source] ( https://github.com/GreatAuk/utopia-utils/blob/main/packages/core/src/createPoll.ts )
138+ * createControledPromise: 创建一个可控的 Promise。[ source] ( https://github.com/GreatAuk/utopia-utils/blob/main/packages/core/src/createControledPromise.ts )
137139
138140### 类型判断
139141
You can’t perform that action at this time.
0 commit comments