Interface DjockeyPluginNodeReservation

interface DjockeyPluginNodeReservation {
    match: ((node: AstNode) => Boolean);
}

Properties

Properties

match: ((node: AstNode) => Boolean)