swagger-api/swagger-editor

View on GitHub
src/plugins/ast/index.js

Summary

Maintainability
A
0 mins
Test Coverage
import * as AST from "./ast"

export default function() {
  return {
    fn: { AST }
  }
}