UNPKG

mout

Version:

Modular Utilities

6 lines (5 loc) 115 B
/** * Check if both arguments are egal. */ declare function is(x: any, y: any): boolean; export default is;