Installation
Quick Take
Examples
Purpose
Working with parsed HTML is always a battle against the white space. This program tells if given data structure is empty. Various nested structures consisting of whitespace strings counts as empty here.
API — empty()
The main function empty()
is imported like this:
It’s a function which takes one input argument:
The function returns a boolean.
None of the input arguments will be mutated by this program, we have unit tests to prove that.
API — version
You can import version
: