UNPKG

mout

Version:

Modular Utilities

6 lines (5 loc) 129 B
/** * Check if both values are not identical/egal */ declare function isnt(x: any, y: any): boolean; export default isnt;