ProjectValidator typedef

ProjectValidator = Future<ValidationOutcome> Function(String projectRoot, List<CommandRecord> commands)

Implementation

typedef ProjectValidator =
    Future<ValidationOutcome> Function(
      String projectRoot,
      List<CommandRecord> commands,
    );