Skip to content

Latest commit

 

History

History
644 lines (624 loc) · 29.6 KB

README.md

File metadata and controls

644 lines (624 loc) · 29.6 KB

@serenity-is/corelib

Serenity Core Library

This is the package containing core TypeScript classes and functions used in Serenity applications.

It should be installed by default in your projects created from Serene or StartSharp template:

{
  "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.

When using classic namespaces instead of the ESM modules, the types and functions in this module are directly available from the global Serenity and Q namespaces. e.g. Serenity.EntityGrid

Namespaces

Enumerations

Classes

Interfaces

Type Aliases

Variables

Functions