module Verifly
Verifly
provides several useful classes, but Verifier
is the most important one, while others depend on it. See README.md or in-code documentation for more info.
Constants
- VERSION
Specifies
Verifly
versionSemantic versioning: 0.a.b.c where
-
0 stands for unreleased
-
a stands for public api changes
-
b stands for private api changes
-
c stands for patch changes (not touching public or private api)
-