HavingNode: Readonly<{
    cloneWithOperation(havingNode, operator, operation): kysely.HavingNode;
    create(filter): kysely.HavingNode;
    is(node): node is kysely.HavingNode;
}>

Type declaration

  • cloneWithOperation:function
  • create:function
  • is:function