Skip to content

Latest commit

 

History

History
43 lines (22 loc) · 917 Bytes

File metadata and controls

43 lines (22 loc) · 917 Bytes

example-project-4-writing-plugins

NPM version

An example to show what thought generates on with the vanilla template. (modified by example-plugin)

Installation

npm install example-project-4-writing-plugins

API reference

example-project ⇒ number

Multiplies two numbers

Returns: number - the product of a and b
Access: public

Param Type Description
a number the first number
b number the second number

License

example-project-4-writing-plugins is published under the MIT-license.

See LICENSE.md for details.

Contributing guidelines

See CONTRIBUTING.md.