UNPKG

@techmmunity/symbiosis

Version:

Symbiosis - The Ultimate OM For All Databases

6 lines (5 loc) 187 B
import { SaveOperator } from "./base"; /** * Changes the value of the column ONLY IF it's greater than the value specified */ export declare const Min: (value: number) => SaveOperator;