default.ts 97 B

1234567
  1. const nodeDefault = {
  2. defaultValue: () => ({
  3. inVars: [],
  4. })
  5. }
  6. export default nodeDefault