UNPKG

soda-angular

Version:
6 lines (5 loc) 191 B
import { In } from './in'; import { InFunctionType } from './in-function-types'; export declare class NotIn<TValue extends InFunctionType> extends In<TValue> { toString(): string; }