0.0.1 • Published 6 years ago

completest v0.0.1

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

completest

npm version

completest is IDE autocompletion testing for perfect DevX.

yarn add -E completest

Table Of Contents

API

The package is available by importing its default function:

import completest from 'completest'

completest(  arg1: string,  arg2?: boolean,): void

Call this function to get the result you want.

Config: Options for the program.

NameTypeDescriptionDefault
shouldRunbooleanA boolean option.true
text*stringA text to return.-
/* yarn example/ */
import completest from 'completest'

(async () => {
  const res = await completest({
    text: 'example',
  })
  console.log(res)
})()
example

Copyright

(c) Art Deco 2018