Files
swagger-ui/src/core/plugins/ast/index.js
2017-03-17 21:17:53 -07:00

10 lines
163 B
JavaScript

import * as AST from "./ast"
import JumpToPath from "./jump-to-path"
export default function() {
return {
fn: { AST },
components: { JumpToPath }
}
}