0.2.0 • Published 2 years ago

@jpendertestorg/test-project-playground v0.2.0

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

test-project-playground

Testing out GH actions, linting, testing, release

Install

npm install test-project-playground
npx cap sync

API

echo(...)

echo(options: { value: string; }) => any
ParamType
options{ value: string; }

Returns: any


myTestFunction()

myTestFunction() => any

Returns: any


anotherTestFunction()

anotherTestFunction() => any

Returns: any


makeNetworkCall()

makeNetworkCall() => any

Returns: any


calculateComplexData(...)

calculateComplexData(data: any) => any
ParamType
dataany

Returns: any