UNPKG

fusion-cli

Version:
8 lines (5 loc) 110 B
// @flow import other from './other'; export default function abc(arg /*: any*/) { return [arg, other]; }