UNPKG

showandtell

Version:

A Javascript library providing debugger-like command-line interactivity for program state inspection and modification

14 lines (11 loc) 221 B
'use strict' const command = require('./command') const story = require('./story') module.exports = { Story: story.Session, Command: command.Command, commands: { set: command.set, show: command.show } }