We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 866329d + 37a1cac commit 524017bCopy full SHA for 524017b
1 file changed
README.md
@@ -480,6 +480,9 @@ const mainParser = Parser.start()
480
mainParser.parse(buffer);
481
```
482
483
+### sizeOf()
484
+Returns how many bytes this parser consumes. If the size of the parser cannot
485
+be statically determined, a `NaN` is returned.
486
487
### compile()
488
Compile this parser on-the-fly and cache its result. Usually, there is no need
0 commit comments