0.0.2 • Published 7 years ago

openapi-utils v0.0.2

Weekly downloads
5
License
ISC
Repository
github
Last release
7 years ago

openapi-utils

This modules exports the following submodules:

Installation

npm install --save openapi-utils

Usage

Check the readme of the submodules on how to use them.

var openApiUtils = require('openapi-utils');

console.log(openApiUtils);
/*
{ pathForUri: [Function], paramToSchema: [Function] }
*/