Patcher typedef

Patcher = FutureOr<Document>? Function(Document? document, Directory currentDirectory, void onError(JaelError error)?)

Modifies a Jael document.

Implementation

typedef Patcher = FutureOr<Document>? Function(Document? document,
    Directory currentDirectory, void Function(JaelError error)? onError);