uci-remote-code/src/index.js

9 lines
231 B
JavaScript

import RemoteCode from './remote-code'
import Ssh from './ssh'
import Sync from './sync'
import Watcher from './watcher'
import ignore from './ignore'
export { RemoteCode, Ssh, Sync, Watcher, ignore }
export default RemoteCode