UNPKG

@abaplint/runtime

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