Interface BloksChecker

interface BloksChecker {
    check(tree: string): boolean;
}

Methods

Methods

  • Parameters

    • tree: string

    Returns boolean