0.0.9 • Published 9 months ago

my-service-plugin v0.0.9

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

9 months ago

0.0.8

9 months ago

0.0.7

9 months ago

0.0.6

9 months ago

0.0.5

9 months ago

0.0.4

10 months ago

0.0.3

10 months ago

0.0.2

10 months ago

0.0.1

10 months ago