nimbusGenerator function

Builder nimbusGenerator(
  1. BuilderOptions options
)

Implementation

Builder nimbusGenerator(BuilderOptions options) => SharedPartBuilder(
      [
        NimbusSupporterGenerator(),
        RecordSupporterGenerator(),
        DatasetSupporterGenerator(),
      ],
      'nimbus_generator',
    );