Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 805 Bytes

File metadata and controls

14 lines (11 loc) · 805 Bytes
title sidebar_label sidebar_position
Standard Library
Standard Library
2

The following Starlark libraries are available in Kurtosis by default:

  1. The Starlark time module (a collection of time-related functions)
  2. The Starlark json module (allows encode, decode and indent JSON)
  3. The Starlark struct builtin (allows you to create structs like the one used in add_service)