UNPKG

@techmmunity/symbiosis

Version:

Symbiosis - The Ultimate OM For All Databases

3 lines (2 loc) 106 B
import { FindOperator } from "./base"; export declare const Between: <T>(from: T, to: T) => FindOperator;