Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@serenity-is/base

serenity-is15MIT8.0.9TypeScript support: included

Serenity Base library with types and functions shared between corelib, ui, and others

serenity, business, application, framework

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.