UNPKG

react-ionicons

Version:

A React SVG ionicon component

10 lines (8 loc) 184 B
module Rx { export module internals { export var isEqual : (left: any, right: any) => boolean; } } (function() { var b : boolean = Rx.internals.isEqual(1, 1); });