@serenity-is/base
v8.0.9
Published
Serenity Base library with types and functions shared between corelib, ui, and others
Downloads
13
Maintainers
Readme
Serenity Base Library
This is the package containing base types and functions used in Serenity applications.
The main entry for the NPM package is @serenity-is/base
. This should be installed by default
in your projects created from Serene
or StartSharp
template indirectly via
@serenity-is/corelib
package which references @serenity-is/base
.
{
"dependencies": {
// ...
"@serenity-is/corelib": "latest"
}
}
The version number for this package should be equal or as close as possible to Serenity NuGet package versions in your project file.