1 2 3 4 5 6 7
function hey({ config: { options: { ignore: e, only: t }, }, }) { return shouldIgnore(a, e, t, u); }