rofrischmann/bredon

View on GitHub
flowtypes/Path.js

Summary

Maintainability
A
0 mins
Test Coverage
export type Path = {
  parent: Path,
  node: ASTNode,
  replace: Function,
  remove: Function,
}