UNPKG

@onereach/orest-input-cli

Version:

The tool for creating, serving, and publishing OREST Inputs

8 lines (6 loc) 168 B
const ask = require('./ask'); const verify = require('./verify'); const types = require('./types'); exports.ask = ask; exports.verify = verify; exports.types = types;