0.0.2 • Published 2 months ago

carmd-math-plugin v0.0.2

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

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; }>
ParamType
options{ value1: number; value2: number; }

Returns: Promise<{ result: number; }>


minus(...)

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

Returns: Promise<{ result: number; }>


fibonacci(...)

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

Returns: Promise<{ result: number; }>


0.0.2

2 months ago

0.0.1

2 months ago