This is an object. Keys are the type of ESTree nodes. Their values are an array of property names which have child nodes.
For example:
evk.getKeys(node)
type: (node: object) => string[]
Get the visitor keys of a given AST node.
This is similar to Object.keys(node) of ES Standard, but some keys are excluded: parent, leadingComments, trailingComments, and names which start with _.