0.0.9 • Published 2 years ago

my-service-plugin v0.0.9

Weekly downloads
-
License
MIT
Repository
github
Last release
2 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

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago