@internal
()
| 1408 | readonly _tag = "Number" |
| 1409 | /** @internal */ |
| 1410 | getParser() { |
| 1411 | return fromRefinement(this, Predicate.isNumber) |
| 1412 | } |
| 1413 | /** @internal */ |
| 1414 | matchKey(s: string, options: ParseOptions): number | undefined { |
| 1415 | return this._match(isStringNumberRegExp, s, options) |
nothing calls this directly
no test coverage detected