UNPKG

s2s

Version:
13 lines (11 loc) 204 B
// @flow import s2s from '..' import loadConfig from './loadConfig' export default function run() { try { const opts = loadConfig() s2s(opts) } catch (error) { console.error(error) } }