Package Exports
- my-package
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (my-package) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
math_example package
The following functions are available in the math_example package.
- addition Adds two numbers and returns the result.
- substraction Substracts the second number from the first and returns the result.
- multiplication Multiplies two numbers and returns the result.
- division Divides the first number by the second and returns the result.
- fibonacci Applies the fibonacci sequence count times and returns the result.