UNPKG

@sqb/builder

Version:

Extensible multi-dialect SQL query builder written with TypeScript

7 lines (6 loc) 198 B
import { OperatorType } from '../../enums.js'; import { OpExists } from './op-exists.js'; export declare class OpNotExists extends OpExists { _operatorType: OperatorType; _symbol: string; }