carmd-math-plugin
TypeScript icon, indicating that this package has built-in type declarations

0.0.2 • Public • Published

carmd-math-plugin

math plugin helper

Install

npm install carmd-math-plugin
npx cap sync

API

add(...)

add(options: { value1: number; value2: number; }) => Promise<{ result: number; }>
Param Type
options { value1: number; value2: number; }

Returns: Promise<{ result: number; }>


minus(...)

minus(options: { value1: number; value2: number; }) => Promise<{ result: number; }>
Param Type
options { value1: number; value2: number; }

Returns: Promise<{ result: number; }>


fibonacci(...)

fibonacci(options: { n: number; }) => Promise<{ result: number; }>
Param Type
options { n: number; }

Returns: Promise<{ result: number; }>


Readme

Keywords

Package Sidebar

Install

npm i carmd-math-plugin

Weekly Downloads

1

Version

0.0.2

License

MIT

Unpacked Size

27.8 kB

Total Files

27

Last publish

Collaborators

  • baosang1988bg