export const isOutput = (valueSelector: string[]) => {
  return valueSelector[0] === '$output'
}
