0.0.9 • Published 3 years ago

my-service-plugin v0.0.9

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

my-service-plugin

Service Call Plugin

Install

npm install my-service-plugin
npx cap sync

API

startService()

startService() => Promise<void>

stopServiec()

stopServiec() => Promise<void>

calculateSum(...)

calculateSum(options: StartServiceOptions) => Promise<number>
ParamType
optionsStartServiceOptions

Returns: Promise<number>


Interfaces

StartServiceOptions

PropType
firstNumbernumber
secondNumbernumber
0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago