nooop

1.0.0 • Public • Published

nooop

Just a no-operation function.

Install

npm install nooop --save 

Usage

import React, { Component, PropTypes } from 'react';
import noop from 'nooop';

class Child extends Component {
  static propTypes = {
    onClick: PropTypes.func
  };

  static defaultProps = {
    onClick: noop
  };
}

Readme

Keywords

Package Sidebar

Install

npm i nooop

Weekly Downloads

1

Version

1.0.0

License

MIT

Last publish

Collaborators

  • dmitri