import * as helpers from './helpers.js'; export default function bar ( a ) { return helpers.typeof( a ); }