An example to show what thought generates on with the vanilla template. (modified by example-plugin)
npm install example-project-4-writing-plugins
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 |
example-project-4-writing-plugins
is published under the MIT-license.
See LICENSE.md for details.
See CONTRIBUTING.md.