UNPKG

soda-angular

Version:
6 lines (5 loc) 226 B
import { Between } from './between'; import { BetweenFunctionType } from './between-function-types'; export declare class NotBetween<TValue extends BetweenFunctionType> extends Between<TValue> { toString(): string; }