UNPKG

rest-in-contract

Version:

Rest API Contract. This module is the Contract Server nodejs module for `rest-in-contract` project.

9 lines (7 loc) 137 B
'use strict'; class Wirestub { constructor(props = {}) { this.port = props.port || null; } } module.exports = Wirestub;