UNPKG

test-openapi

Version:
10 lines (7 loc) 121 B
'use strict' const { run } = require('./run') const config = require('./config') module.exports = { config, run, }