UNPKG

@sqb/builder

Version:

Extensible multi-dialect SQL query builder written with TypeScript

7 lines (6 loc) 182 B
import { OperatorType } from '../../enums.js'; import { OpIn } from './op-in.js'; export declare class OpNotIn extends OpIn { _operatorType: OperatorType; _symbol: string; }