UNPKG

@sqb/builder

Version:

Extensible multi-dialect SQL query builder written with TypeScript

7 lines (6 loc) 194 B
import { OperatorType } from '../../enums.js'; import { OpILike } from './op-ilike.js'; export declare class OpNotILike extends OpILike { _operatorType: OperatorType; _symbol: string; }