jormaechea/open-api-mocker

View on GitHub
lib/paths/index.js

Summary

Maintainability
A
0 mins
Test Coverage
A
100%
'use strict';

const Parser = require('./parser');
const Path = require('./path');

module.exports = {
    Parser,
    Path
};