1.0.6 • Published 9 months ago

rmahookstest v1.0.6

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

npm version code style: prettier

Package name

A test package built using Rollup. Nothing usable with the library, but you may want to use the project template for your npm packages in the future. If so, please refer to the github link.

API

odd_even

odd_even(value: number);

Supported options and result fields for the odd_even hook are listed below.

Options

value

TypeDefault valueDescription
numberNumber to check

Example:

import { odd_even } from 'packagename';

const result = odd_even(5);

console.log(result);

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Add your changes: git add .
  4. Commit your changes: git commit -am 'Add some feature'
  5. Push to the branch: git push origin my-new-feature
  6. Submit a pull request :sunglasses:

Credits

TODO: Write credits

Built With

  • Javascript
  • Typescript

Authors

See also the list of contributors who participated in this project.

License

MIT License © Andrea SonnY

1.0.6

9 months ago

1.0.5

9 months ago

1.0.4

9 months ago

1.0.3

9 months ago

1.0.1

9 months ago

1.0.0

9 months ago