UNPKG

@abaplint/runtime

Version:
4 lines (3 loc) 228 B
import { ICharacter } from "../types/_character"; import { INumeric } from "../types/_numeric"; export declare function ne(left: number | string | ICharacter | INumeric, right: number | string | ICharacter | INumeric): boolean;