UNPKG

node-wit

Version:
10 lines (8 loc) 206 B
/** * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. */ module.exports = { log: require('./lib/log'), Wit: require('./lib/wit'), interactive: require('./lib/interactive') };