(value, options)
| 30228 | }); |
| 30229 | } |
| 30230 | includes(value, options) { |
| 30231 | return this._addCheck({ |
| 30232 | kind: "includes", |
| 30233 | value, |
| 30234 | position: options === null || options === void 0 ? void 0 : options.position, |
| 30235 | ...errorUtil_1.errorUtil.errToObj(options === null || options === void 0 ? void 0 : options.message) |
| 30236 | }); |
| 30237 | } |
| 30238 | startsWith(value, message) { |
| 30239 | return this._addCheck({ |
| 30240 | kind: "startsWith", |
no test coverage detected