UNPKG

react-codemod

Version:
11 lines (10 loc) 260 B
class Component extends React.Component { constructor() { super(); const self: any = this; self._onMapResize = debounceCore(this._onMapResize.bind(this), 100); self.onClick = this.onClick.bind(this); } onClick() { } onMapResize() { } }